summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2002-11-12 16:15:30 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2002-11-12 16:15:30 +0000
commitfdd85a0336e53022f23038eaac184e017d9c5d61 (patch)
tree8230ab30a188f6b9be1cf9bc266347c06b5bc4c3 /Configure
parented2f3d382347ec6277f063901256239f1d017afe (diff)
downloadperl-fdd85a0336e53022f23038eaac184e017d9c5d61.tar.gz
repair 18139 (missing awk command)
p4raw-id: //depot/perl@18141
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index 7977786ea3..2109a1c874 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Tue Nov 12 16:26:02 MET 2002 [metaconfig 3.0 PL70]
+# Generated on Tue Nov 12 18:22:15 MET 2002 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -3164,7 +3164,7 @@ EOM
osf1|mls+) case "$5" in
alpha)
osname=dec_osf
- osvers=`sizer -v | -FUNIX '{print $2}' | awk '{print $1}' | tr '[A-Z]' '[a-z]' | sed 's/^[xvt]//'`
+ osvers=`sizer -v | awk -FUNIX '{print $2}' | awk '{print $1}' | tr '[A-Z]' '[a-z]' | sed 's/^[xvt]//'`
case "$osvers" in
[1-9].[0-9]*) ;;
*) osvers=`echo "$3" | sed 's/^[xvt]//'` ;;