mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
make startup helper script use actual version, not a hard-coded 3.0 value
This commit is contained in:
parent
39215e04a9
commit
61e302c6bb
1 changed files with 2 additions and 2 deletions
|
|
@ -53,9 +53,9 @@ sed "s?@ROOTDIR@/loaders?$LIB_DIR/loaders?" < $ETC_DIR/gdk-pixbuf.loaders.in > $
|
|||
|
||||
if [ "T" = "$DEBUG" ]; then
|
||||
export ARDOUR_INSIDE_GDB=1
|
||||
exec gdb $INSTALL_DIR/bin/ardour-3.0
|
||||
exec gdb $INSTALL_DIR/bin/ardour-%VER%
|
||||
else
|
||||
exec $INSTALL_DIR/bin/ardour-3.0 $ARGS
|
||||
exec $INSTALL_DIR/bin/ardour-%VER% $ARGS
|
||||
fi
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue