diff options
Diffstat (limited to 'bin/qmmp_launcher')
| -rwxr-xr-x | bin/qmmp_launcher | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/qmmp_launcher b/bin/qmmp_launcher new file mode 100755 index 000000000..dbea73895 --- /dev/null +++ b/bin/qmmp_launcher @@ -0,0 +1,8 @@ +#!/bin/sh +MYDIR=$(dirname $0) +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 +printf '\n' +exec $MYDIR/qmmp "$@" |
