aboutsummaryrefslogtreecommitdiff
path: root/bin/qmmp_launcher
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-11-17 15:18:31 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-11-17 15:18:31 +0000
commit967db4498a7a1fc85f0865f6266482b2c92e1476 (patch)
treec898cfc98614b177b90f00aa824c3d2de83182f0 /bin/qmmp_launcher
parentb5b5d2e483d8d659a0fb844f8ef16d7317e1ebb9 (diff)
downloadqmmp-967db4498a7a1fc85f0865f6266482b2c92e1476.tar.gz
qmmp-967db4498a7a1fc85f0865f6266482b2c92e1476.tar.bz2
qmmp-967db4498a7a1fc85f0865f6266482b2c92e1476.zip
fixed wrapper security bug
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@186 90c681e8-e032-0410-971d-27865f9a5e38
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