Move control surface options into RC prefs editor. Remove Options menu.
[ardour.git] / gtk2_ardour / arval
index a1dc501d3fbd554792791808f7ea24070a119bc4..b9c0298c8fb1d1bb55be237b27170b3f6d157202 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/sh
-. ardev_common.sh
+. `dirname "$0"`/ardev_common.sh
 export ARDOUR_RUNNING_UNDER_VALGRIND=TRUE
-exec valgrind  --num-callers=50 --tool=memcheck gtk2_ardour/ardour.bin --novst $*
+exec valgrind  --num-callers=50 --tool=memcheck $TOP/$EXECUTABLE --novst "$@"