mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
NOTE: Compiles, but broken (crash on adding MIDI track). git-svn-id: svn://localhost/ardour2/branches/midi@1292 d708f5d6-7413-0410-9779-e7cbd77b26cf
4 lines
76 B
Bash
Executable file
4 lines
76 B
Bash
Executable file
#!/bin/sh
|
|
dir=`dirname "$0"`
|
|
. $dir/ardev_common.sh
|
|
exec gdb $EXECUTABLE $*
|