First appearance of MIDI edit tool bar. Toggles when delete held, but otherwise...
[ardour.git] / gtk2_ardour / ardev
index 26722c722411a6fc8905d051eb18508fbad35228..5dd8fc9d1390a2c5ae826387973fb321bb35d093 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/sh
-dir=`dirname "$0"`
-source ardev_common.sh
-exec $dir/ardour.bin --novst $*
+. `dirname "$0"`/ardev_common.sh
+LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
+exec $EXECUTABLE $*