David Robillard
25d1670a61
Removed some overly verbose debug printing git-svn-id: svn://localhost/ardour2/branches/midi@847 d708f5d6-7413-0410-9779-e7cbd77b26cf
5 lines
92 B
Bash
Executable File
5 lines
92 B
Bash
Executable File
#!/bin/sh
|
|
dir=`dirname "$0"`
|
|
source $dir/ardev_common.sh
|
|
exec gdb gtk2_ardour/ardour.bin $*
|