more changes flowing from a persistent MonitorSection object
[ardour.git] / gtk2_ardour / ardev
index 26722c722411a6fc8905d051eb18508fbad35228..ff276975764a7bab9a0f57325bc72af6a10803ed 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
-dir=`dirname "$0"`
-source ardev_common.sh
-exec $dir/ardour.bin --novst $*
+TOP=`dirname "$0"`/..
+. $TOP/build/gtk2_ardour/ardev_common_waf.sh
+export UBUNTU_MENUPROXY=""
+exec $TOP/$EXECUTABLE "$@"