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