Fix pathname.

git-svn-id: svn://localhost/ardour2/trunk@2596 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2007-11-06 12:01:02 +00:00
parent e64eae1eca
commit 95c0c53ab9

View file

@ -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 $EXECUTABLE --novst "$@"