when doing a pure copy of a region, which resets the position, reset the position...
[ardour.git] / gtk2_ardour / ardev
index d3d44e55fe0d1c62ba50505699e7729295964035..aee9a481023d257cf0baca0582fd7d8259fb3139 100755 (executable)
@@ -1,3 +1,4 @@
 #!/bin/sh
-source `dirname "$0"`/ardev_common.sh
-exec gtk2_ardour/ardour.bin --novst $*
+. `dirname "$0"`/../build/gtk2_ardour/ardev_common_waf.sh
+LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
+exec $TOP/$EXECUTABLE "$@"