Allow running from any directory.

git-svn-id: svn://localhost/ardour2/branches/3.0@4710 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-03-01 19:44:32 +00:00
parent edee84d014
commit 5b5957c195

View File

@ -1,4 +1,4 @@
#!/bin/sh
. ../build/default/gtk2_ardour/ardev_common_waf.sh
. `dirname "$0"`/../build/default/gtk2_ardour/ardev_common_waf.sh
export ARDOUR_RUNNING_UNDER_VALGRIND=TRUE
exec valgrind --num-callers=50 --tool=memcheck $EXECUTABLE --novst "$@"