Fix running arval from anywhere in the tree.
authorCarl Hetherington <carl@carlh.net>
Wed, 21 Oct 2009 12:25:40 +0000 (12:25 +0000)
committerCarl Hetherington <carl@carlh.net>
Wed, 21 Oct 2009 12:25:40 +0000 (12:25 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5838 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/arval

index 5661b4cd1103d2fa2c9bd0c6e1b0a7718febb5ca..8e0c6d472cef9c48f437312652aa2bc947317e59 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 $EXECUTABLE --novst "$@"