diff options
author | Raymund Will <ray@caldera.de> | 2000-08-04 14:07:09 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-04 12:22:38 +0000 |
commit | 9300ef0fea165be49d88144848cf782932f9cfb9 (patch) | |
tree | 7b647b16eda5098e97ed9f2d66d997bea0ef1bf4 /configure.gnu | |
parent | 355b129945f44493ff7efa1481d95ddca2d2f87f (diff) | |
download | perl-9300ef0fea165be49d88144848cf782932f9cfb9.tar.gz |
[ID 20000804.002] configure.gnu and arguments with whitespace characters
Message-Id: <20000804120709.A14982@caldera.de>
p4raw-id: //depot/perl@6521
Diffstat (limited to 'configure.gnu')
-rwxr-xr-x | configure.gnu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.gnu b/configure.gnu index 2ef8331833..f98eb7660f 100755 --- a/configure.gnu +++ b/configure.gnu @@ -86,7 +86,7 @@ EOM exit 1 ;; *) - opts="$opts $1" + opts="$opts '$1'" shift ;; esac @@ -126,7 +126,7 @@ case "$verbose" in *) copt="$copt -d";; esac -set X sh Configure $copt $create $opts +eval "set X sh Configure $copt $create $opts" shift echo "$@" exec "$@" |