summaryrefslogtreecommitdiff
path: root/gtk2_ardour/arval
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-03-04 23:06:18 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-03-04 23:06:18 +0000
commit922e79c94ad0fa6407bbc87e3a862c5c8eea2ee7 (patch)
treebe38d0384f8590dfcc191636ddaefd9b6bcf7fd4 /gtk2_ardour/arval
parent3bea6df989b5ce59df9a9982370ed4e97173b0df (diff)
new startup assistant/wizard; unfinished; can potentially interfere with your normal session startup. no comments other than aesthetics, please (which are not ideal at present); a few fixes to waf-based scripts
git-svn-id: svn://localhost/ardour2/branches/3.0@4729 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/arval')
-rwxr-xr-xgtk2_ardour/arval2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/arval b/gtk2_ardour/arval
index f3054ef4ef..8f22794470 100755
--- a/gtk2_ardour/arval
+++ b/gtk2_ardour/arval
@@ -1,4 +1,4 @@
#!/bin/sh
. ./ardev_common.sh
export ARDOUR_RUNNING_UNDER_VALGRIND=TRUE
-exec valgrind --num-callers=50 --tool=memcheck $EXECUTABLE --novst "$@"
+exec valgrind --num-callers=50 --tool=memcheck $TOP/$EXECUTABLE --novst "$@"