summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardbg
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-09-12 19:10:04 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-09-12 19:10:04 +0000
commit71df552f0a85858f2119adafcbd70fc851444257 (patch)
tree77cc368bd4d4c2d82b4a9622c8a10b24116f4e04 /gtk2_ardour/ardbg
parent0a38cee852134ff5d2632c02517e2a00e2c52ca2 (diff)
make big clock be on top ALWAYS; more design fixes for async peak building; fix up peakfile name screw up but WITHOUT back-compatibility
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2461 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardbg')
-rwxr-xr-xgtk2_ardour/ardbg2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ardbg b/gtk2_ardour/ardbg
index ab99296f45..063b2b1b6d 100755
--- a/gtk2_ardour/ardbg
+++ b/gtk2_ardour/ardbg
@@ -2,4 +2,4 @@
dir=`dirname "$0"`
. $dir/ardev_common.sh
LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
-exec gdb $EXECUTABLE $*
+exec gdb $EXECUTABLE "$@"