aboutsummaryrefslogtreecommitdiff
path: root/bin/qmmp_launcher
diff options
context:
space:
mode:
Diffstat (limited to 'bin/qmmp_launcher')
-rwxr-xr-xbin/qmmp_launcher2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/qmmp_launcher b/bin/qmmp_launcher
index dbea73895..8e7c68a5a 100755
--- a/bin/qmmp_launcher
+++ b/bin/qmmp_launcher
@@ -1,6 +1,6 @@
#!/bin/sh
MYDIR=$(dirname $0)
-LD_LIBRARY_PATH=$MYDIR/../lib:$LD_LIBRARY_PATH
+LD_LIBRARY_PATH=$MYDIR/../lib:${LD_LIBRARY_PATH}
printf '\nSetting LD_LIBRARY_PATH to '$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
printf '\n'$LD_LIBRARY_PATH