summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2010-01-11 12:45:23 (GMT)
committerMartin Smith <msmith@trolltech.com>2010-01-11 12:45:23 (GMT)
commite1e67e84b223b36a01d767c163de730702057eb8 (patch)
tree984b4484c6995be30c1c48eb7a92278f247f067c /configure
parent8e2c575f6383a69e9c1d4f069e3c8e3b219197b5 (diff)
parent039387d498f4ca0125938c7c79c5aff29dab5361 (diff)
downloadQt-e1e67e84b223b36a01d767c163de730702057eb8.zip
Qt-e1e67e84b223b36a01d767c163de730702057eb8.tar.gz
Qt-e1e67e84b223b36a01d767c163de730702057eb8.tar.bz2
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 612a3da..81872f9 100755
--- a/configure
+++ b/configure
@@ -2257,7 +2257,7 @@ if [ "$OPT_SHADOW" = "yes" ]; then
mkdir -p "$outpath/bin"
echo "#!/bin/sh" >"$outpath/bin/syncqt"
echo "QTDIR=\"$relpath\"; export QTDIR" >>"$outpath/bin/syncqt"
- echo "perl \"$relpath/bin/syncqt\" -outdir \"$outpath\" $*" >>"$outpath/bin/syncqt"
+ echo "perl \"$relpath/bin/syncqt\" -outdir \"$outpath\" \"\$@\"" >>"$outpath/bin/syncqt"
chmod 755 "$outpath/bin/syncqt"
fi