remove/delete current mixer strip when session is deleted
[ardour.git] / gtk2_ardour / ardev
index 26722c722411a6fc8905d051eb18508fbad35228..7980c43d93c959f2c262edb0fda44c36ca8f9dba 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 "$@"