improve shuttle control response when grabbed.
[ardour.git] / tools / osx_packaging / startup_script
index f807dd2b59987884d1c5005d9576108de284b6ec..ba9cf18e474d836fec34d930dacafd4c296a64d5 100644 (file)
@@ -19,6 +19,8 @@ end tell'
    exit 1
 fi
 
+export ARDOUR_SELF="$0"
+
 # this needs to be set so that we can restore the environment when we want to find JACK (or similar)
 export PREBUNDLE_ENV="$(env)"
 
@@ -27,4 +29,4 @@ export PREBUNDLE_ENV="$(env)"
 # in folders likes /home/user/Frank's Wild Years
 
 CWD="`/usr/bin/dirname \"$0\"`"
-exec "$CWD/Ardour3.bin" "$@"
+exec "$CWD/Ardour.bin" "$@"