diff options
author | hjk <qtc-committer@nokia.com> | 2009-04-15 06:54:36 (GMT) |
---|---|---|
committer | hjk <qtc-committer@nokia.com> | 2009-04-15 07:06:05 (GMT) |
commit | f169ca1020886707b04101300e365d79f38a6332 (patch) | |
tree | 1d01f2eb44b6ab1be54a2de164b849c9db4a51f3 /config.tests/unix | |
parent | c0cba96117acc1d3086ede51f0779a51b7f29fb0 (diff) | |
download | Qt-f169ca1020886707b04101300e365d79f38a6332.zip Qt-f169ca1020886707b04101300e365d79f38a6332.tar.gz Qt-f169ca1020886707b04101300e365d79f38a6332.tar.bz2 |
Make ./configure work better with spaces in path names.
Quote a few variables that may contain spaces. Also, quote spaces
in qmake's Makefile dependency section.
Reviewed-by: Friedemann Kleint <qtc-committer@nokia.com>
Diffstat (limited to 'config.tests/unix')
-rwxr-xr-x | config.tests/unix/objcopy.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/unix/objcopy.test b/config.tests/unix/objcopy.test index eb2173d..e2051a7 100755 --- a/config.tests/unix/objcopy.test +++ b/config.tests/unix/objcopy.test @@ -1,6 +1,6 @@ #!/bin/sh -TEST_PATH=`dirname $0` +TEST_PATH=`dirname "$0"` SEP_DEBUG_SUPPORT=no COMPILER=$1 QMAKE_OBJCOPY=$2 |