add a startup wrapper script for cfgtool
This commit is contained in:
parent
320fc6c3b2
commit
fa4ef6a632
4
gtk2_ardour/arcfg
Executable file
4
gtk2_ardour/arcfg
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
TOP=`dirname "$0"`/..
|
||||
. $TOP/build/gtk2_ardour/ardev_common_waf.sh
|
||||
exec $TOP/build/cfgtool/cfgtool "$@"
|
Loading…
Reference in New Issue
Block a user