summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2008-02-15 16:41:12 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2008-02-15 16:41:12 +0000
commit4137585d161068477223a004b005a7b78ff03d8e (patch)
treef19ac266f8767ff2f3c7abb8de8c2b77d9822bf1 /Configure
parentf16e9d76b4f2d50c552a4b696d3664ca265b9771 (diff)
downloadperl-4137585d161068477223a004b005a7b78ff03d8e.tar.gz
Resync with metaconfig. Escape the last ~.
p4raw-id: //depot/perl@33321
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/Configure b/Configure
index 6cb455ed93..13ab5caf93 100755
--- a/Configure
+++ b/Configure
@@ -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=\$?