From: Gisle Aas Date: Mon, 12 Jan 2004 02:35:27 +0000 (-0800) Subject: Make 'Configure -Dcf_by=...' work X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7c04078ea21d9035bc412dbd7b8edf35773a2c43;p=p5sagit%2Fp5-mst-13.2.git Make 'Configure -Dcf_by=...' work Message-ID: p4raw-id: //depot/perl@22120 --- diff --git a/Configure b/Configure index d1af579..1e59cb2 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 Fri Dec 5 12:57:38 MET 2003 [metaconfig 3.0 PL70] +# Generated on Mon Jan 12 14:18:05 MET 2004 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <&1` -cf_by=`(logname) 2>/dev/null` case "$cf_by" in "") - cf_by=`(whoami) 2>/dev/null` + cf_by=`(logname) 2>/dev/null` case "$cf_by" in - "") cf_by=unknown ;; + "") + cf_by=`(whoami) 2>/dev/null` + case "$cf_by" in + "") cf_by=unknown ;; + esac ;; esac ;; esac