From 34e099354df9ac5c77ff85fd65eadb825767cf8e Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Wed, 9 May 2007 20:30:04 +0000 Subject: [PATCH] =?utf8?q?Syntax=20error=20in=20Configure=20in=20blead=20F?= =?utf8?q?rom:=20"=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason"=20=20Message-ID:=20<51dd1af80705091330h1bb9b508g2154b03868?= =?utf8?q?b71d07@mail.gmail.com>?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit p4raw-id: //depot/perl@31187 --- Configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configure b/Configure index ea850ae..d4c4dfd 100755 --- a/Configure +++ b/Configure @@ -26,7 +26,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Wed May 9 18:53:25 CEST 2007 [metaconfig 3.0 PL70] +# Generated on Thu May 10 00:08:36 CEST 2007 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ </dev/null` $test -z "$myuname" && myuname=`hostname 2>/dev/null` # tr '[A-Z]' '[a-z]' would not work in EBCDIC # because the A-Z/a-z are not consecutive. -myuname=`echo $myuname | $sed -e 's/^[^=]*=//' -e 's,['/],,g' | \ +myuname=`echo $myuname | $sed -e 's/^[^=]*=//' -e "s,['/],,g" | \ ./tr '[A-Z]' '[a-z]' | $tr $trnl ' '` newmyuname="$myuname" dflt=n -- 2.7.4