From: Slaven Rezic Date: Fri, 17 Oct 2003 10:02:31 +0000 (+0000) Subject: -u is deprecated. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=11fb18989d618390167cc3df6954c38cecff5bad;p=p5sagit%2Fp5-mst-13.2.git -u is deprecated. Subject: Re: why PERL5LIB is ignored when -T is in effect Message-Id: <1066384951.4964@devpc01.iconmobile.de> p4raw-id: //depot/perl@21473 --- diff --git a/perl.c b/perl.c index a6480a0..4a40aa8 100644 --- a/perl.c +++ b/perl.c @@ -3248,7 +3248,7 @@ S_validate_suid(pTHX_ char *validarg, char *scriptname, int fdscript) PL_euid == PL_statbuf.st_uid) if (!PL_do_undump) Perl_croak(aTHX_ "YOU HAVEN'T DISABLED SET-ID SCRIPTS IN THE KERNEL YET!\n\ -FIX YOUR KERNEL, PUT A C WRAPPER AROUND THIS SCRIPT, OR USE -u AND UNDUMP!\n"); +FIX YOUR KERNEL, OR PUT A C WRAPPER AROUND THIS SCRIPT!\n"); #endif /* IAMSUID */ if (PL_euid) { /* oops, we're not the setuid root perl */