use ustring more; handle embedding of "paired" files as per mantis #1362
[ardour.git] / gtk2_ardour / ardbg
index cac20f3c2f89bf052c6f2b6ac5c5adb18ac746a7..933b5ba720c44c1fa45a746e7c9cdbca763c9e40 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -x
+#!/bin/sh
 dir=`dirname "$0"`
-source $dir/ardev_common.sh
-exec gdb $dir/ardour.bin $*
+. $dir/ardev_common.sh
+exec gdb gtk2_ardour/ardour.bin $*