Update ooo320-m1
[ooovba.git] / setup_native / scripts / mac_install.script
blob2b34da1b04ed7f3ef71d9a266357d4cc901c01b6
1 #!/bin/bash
3 # shell script as a workaraound since it is hard to impossible to store compiled
4 # applescript in CVS and running osacompile would require a GUI session while
5 # building (or root privileges)
6 # using osascript only works when the shell script is camouflaged as application
8 MY_DIR=$(dirname "$0")
10 osascript "$MY_DIR/osx_install.applescript"