David Robillard
ca7d9b4016
git-svn-id: svn://localhost/ardour2/trunk@936 d708f5d6-7413-0410-9779-e7cbd77b26cf
5 lines
87 B
Bash
Executable File
5 lines
87 B
Bash
Executable File
#!/bin/sh
|
|
dir=`dirname "$0"`
|
|
. $dir/ardev_common.sh
|
|
exec gdb gtk2_ardour/ardour.bin $*
|