diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-19 02:47:50 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-19 02:47:50 +0000 |
commit | 52a549d05bec61dfdb1994e2501b41d2be866326 (patch) | |
tree | 764e5ea38a7147eab4b546d534824612a2b62c8b /Configure | |
parent | b22259aae2830e67de6b1589bf23d712d55a0341 (diff) | |
download | perl-52a549d05bec61dfdb1994e2501b41d2be866326.tar.gz |
Avoid bare "set", and kiss .uucp goodbye.
p4raw-id: //depot/perl@14336
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Fri Jan 18 01:06:38 EET 2002 [metaconfig 3.0 PL70] +# Generated on Sat Jan 19 05:47:21 EET 2002 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -8026,6 +8026,9 @@ if $test "$cont"; then fi fi fi +case "$myhostname" in +'') myhostname=noname ;; +esac : you do not want to know about this set $myhostname myhostname=$1 @@ -8126,7 +8129,7 @@ case "$myhostname" in esac case "$dflt" in .) echo "(Lost all hope -- silly guess then)" - dflt='.uucp' + dflt='.nonet' ;; esac $rm -f hosts |