Fix up ardev etc. scripts so that they can be run from any directory.
[ardour.git] / gtk2_ardour / ardbg
1 #!/bin/sh
2 . `dirname "$0"`/ardev_common.sh
3 LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
4 export ARDOUR_INSIDE_GDB=1
5 exec gdb --args $TOP/$EXECUTABLE "$@"