diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-02-15 16:41:12 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-02-15 16:41:12 +0000 |
commit | 4137585d161068477223a004b005a7b78ff03d8e (patch) | |
tree | f19ac266f8767ff2f3c7abb8de8c2b77d9822bf1 /Configure | |
parent | f16e9d76b4f2d50c552a4b696d3664ca265b9771 (diff) | |
download | perl-4137585d161068477223a004b005a7b78ff03d8e.tar.gz |
Resync with metaconfig. Escape the last ~.
p4raw-id: //depot/perl@33321
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -25,7 +25,7 @@ # $Id: Head.U 6 2006-08-25 22:21:46Z rmanfredi $ # -# Generated on Tue Jan 22 17:46:32 CET 2008 [metaconfig 3.0 PL70] +# Generated on Fri Feb 15 17:37:37 CET 2008 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -1057,8 +1057,8 @@ i8size='' i8type='' ivsize='' ivtype='' -nv_preserves_uv_bits='' nv_overflows_integers_at='' +nv_preserves_uv_bits='' nvsize='' nvtype='' u16size='' @@ -3592,7 +3592,7 @@ case "\$1" in \~/*|\~) echo \$1 | $sed "s|~|\${HOME-\$LOGDIR}|" ;; - ~*) + \~*) if $test -f /bin/csh; then /bin/csh -f -c "glob \$1" failed=\$? |