diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-27 16:17:44 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-27 16:17:44 +0000 |
commit | aef7654ce3d689e955fe883ef08172cebda1d683 (patch) | |
tree | b0eafec70e74f50b392a77eb4597ac68773d2777 /Configure | |
parent | 5260c1c8aded52f8142aae17b0fad6e3fdb8639b (diff) | |
download | perl-aef7654ce3d689e955fe883ef08172cebda1d683.tar.gz |
Too enthusiastic editing in #7460.
p4raw-id: //depot/perl@7462
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Fri Oct 27 18:18:06 EET DST 2000 [metaconfig 3.0 PL70] +# Generated on Fri Oct 27 18:57:46 EET DST 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >/tmp/c1$$ <<EOF @@ -16139,7 +16139,7 @@ echo "CONFIGDOTSH=true" >>config.sh if $test -f UU/config.sh; then <UU/config.sh $sort | $uniq >UU/oldconfig.sh sed -n 's/^\([a-zA-Z_0-9]*\)=.*/\1/p' config.sh config.sh UU/oldconfig.sh |\ - $sort | $uniq >UU/oldsyms + $sort | $uniq -u >UU/oldsyms set X `cat UU/oldsyms` shift case $# in |