always compute range for a redirect automation line, even if it will not be drawn...
[ardour.git] / gtk2_ardour / arval
index 5254ad4df046587e3fd89968f650626e3eb9a487..5661b4cd1103d2fa2c9bd0c6e1b0a7718febb5ca 100755 (executable)
@@ -1,3 +1,4 @@
 #!/bin/sh
-source ardev_common.sh
-exec valgrind --num-callers=12 --tool=memcheck ./ardour.bin --novst $*
+. ardev_common.sh
+export ARDOUR_RUNNING_UNDER_VALGRIND=TRUE
+exec valgrind  --num-callers=50 --tool=memcheck $EXECUTABLE --novst "$@"