installperl -n
Slaven Rezic [Fri, 4 Jul 2003 00:41:36 +0000 (02:41 +0200)]
Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de>

p4raw-id: //depot/perl@19972

installperl

index 17d1b39..da86e09 100755 (executable)
@@ -213,7 +213,7 @@ if ($Is_VMS) {  # Hang in there until File::Spec hits the big time
 
 # Do some quick sanity checks.
 
-if ($d_dosuid && $>) { die "You must run as root to install suidperl\n"; }
+if (!$nonono && $d_dosuid && $>) { die "You must run as root to install suidperl\n"; }
 
    $installbin         || die "No installbin directory in config.sh\n";
 -d $installbin         || mkpath($installbin, $verbose, 0777);