summaryrefslogtreecommitdiff
path: root/src/tools/qtlibspatcher
diff options
context:
space:
mode:
authorBerlin <berlin@l32u704.(none)>2009-02-24 09:58:59 +0100
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2009-02-24 10:02:01 +0100
commitc0f2f81c6817a6a1639d27d15b8b58f64b848e5e (patch)
treecf9c1822efb2f9ef2c7bbaf6c33c0cf99d6fd640 /src/tools/qtlibspatcher
parente55e1a596c818758c97703fd5ec3072831576f69 (diff)
downloadqt-creator-c0f2f81c6817a6a1639d27d15b8b58f64b848e5e.tar.gz
Fixed qtlibspatcher wrapper script to pass on parameters
Done with hjk
Diffstat (limited to 'src/tools/qtlibspatcher')
-rwxr-xr-xsrc/tools/qtlibspatcher/qtlibspatcher.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/qtlibspatcher/qtlibspatcher.sh b/src/tools/qtlibspatcher/qtlibspatcher.sh
index 3f04fafb10..91fea94318 100755
--- a/src/tools/qtlibspatcher/qtlibspatcher.sh
+++ b/src/tools/qtlibspatcher/qtlibspatcher.sh
@@ -1,2 +1,2 @@
-#!/bin/sh
-LD_LIBRARY_PATH=`cd .. && pwd`/lib ./qtlibspatcher
+#!/bin/bash
+LD_LIBRARY_PATH=`cd .. && pwd`/lib ./qtlibspatcher "$@"