consistent way to launch Ardour in gdb

This commit is contained in:
Robin Gareus 2016-01-08 19:18:56 +01:00
parent 25a128f853
commit 2ce0cf7295
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ checkdebug(){
for arg in "$@"
do
case "$arg" in
--debug )
--gdb )
DEBUG="T"
esac
done