From: Kurt D. Starsinic Date: Wed, 8 Jul 1998 23:51:57 +0000 (-0400) Subject: fix installperl typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3f9aafa052abab5917516312e3f78b01a9ea73c3;p=p5sagit%2Fp5-mst-13.2.git fix installperl typo Message-Id: <19980708235157.D1380@O2.chapin.edu> Subject: Re: [PATCH] 5.004_70 installperl and docs p4raw-id: //depot/perl@1392 --- diff --git a/installperl b/installperl index 7b2a935..6d2fad9 100755 --- a/installperl +++ b/installperl @@ -365,7 +365,7 @@ if (!$versiononly) { } -$packlist->write() unless $nono; +$packlist->write() unless $nonono; print STDERR " Installation complete\n"; exit 0;