mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
update NSM executable name - fixes #6620
NSM requires an executable in $PATH, not full path
This commit is contained in:
parent
4178db5f63
commit
bfd025a6eb
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ ETC_DIR=$INSTALL_DIR/etc
|
|||
export ARDOUR_BUNDLED=true
|
||||
|
||||
# NSM needs a path to this script
|
||||
export ARDOUR_SELF="$0"
|
||||
export ARDOUR_SELF=`basename "$0"`
|
||||
|
||||
|
||||
# this is edited by the build script to include relevant environment variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue