ardour/gtk2_ardour/arval
Carl Hetherington ee33312cd3 Fix running arval from anywhere in the tree.
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5838 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-21 12:25:40 +00:00

4 lines
156 B
Bash
Executable file

#!/bin/sh
. `dirname $0`/ardev_common.sh
export ARDOUR_RUNNING_UNDER_VALGRIND=TRUE
exec valgrind --num-callers=50 --tool=memcheck $EXECUTABLE --novst "$@"