Skip to content

Commit 816d81f

Browse files
committed
appimage: Escape $DIR to avoid word-splitting
1 parent d00f4cd commit 816d81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/linux/launch_lmms.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ else
2222
echo "Jack does not appear to be installed. That's OK, we'll use a dummy version instead."
2323
export LD_LIBRARY_PATH=$DIR/usr/lib/lmms/optional:$LD_LIBRARY_PATH
2424
fi
25-
QT_X11_NO_NATIVE_MENUBAR=1 $DIR/usr/bin/lmms.real "$@"
25+
QT_X11_NO_NATIVE_MENUBAR=1 "$DIR"/usr/bin/lmms.real "$@"

0 commit comments

Comments
 (0)