13
0

Fixed ./ar{dev,dbg}

git-svn-id: svn://localhost/ardour2/trunk@817 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Hans Fugal 2006-08-13 01:51:38 +00:00
parent 81bec39eb0
commit cf3b3205f9
3 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
dir=`dirname "$0"` dir=`dirname "$0"`
source $dir/ardev_common.sh source $dir/ardev_common.sh
exec gdb $dir/ardour.bin $* exec gdb gtk2_ardour/ardour.bin $*

View File

@ -1,4 +1,3 @@
#!/bin/sh #!/bin/sh
dir=`dirname "$0"` source `dirname "$0"`/ardev_common.sh
source ardev_common.sh exec gtk2_ardour/ardour.bin --novst "$*"
exec $dir/ardour.bin --novst $*

View File

@ -1,4 +1,4 @@
cd $dir/.. cd `dirname "$0"`/..
#export G_DEBUG=fatal_criticals #export G_DEBUG=fatal_criticals