Skip to content

Commit

Permalink
appimage: Escape $DIR to avoid word-splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
Reflexe committed Nov 1, 2019
1 parent 769eadd commit bebf1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/linux/launch_lmms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ else
echo "Jack does not appear to be installed. That's OK, we'll use a dummy version instead."
export LD_LIBRARY_PATH=$DIR/usr/lib/lmms/optional:$LD_LIBRARY_PATH
fi
QT_X11_NO_NATIVE_MENUBAR=1 $DIR/usr/bin/lmms.real "$@"
QT_X11_NO_NATIVE_MENUBAR=1 "$DIR"/usr/bin/lmms.real "$@"

0 comments on commit bebf1dd

Please sign in to comment.