diff options
author | Kurt D. Starsinic <kstar@wolfetech.com> | 1998-07-08 19:51:57 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-09 03:56:45 +0000 |
commit | 3f9aafa052abab5917516312e3f78b01a9ea73c3 (patch) | |
tree | 4e349a00e9bab25b564679cadcac920ae5b45d1a /installperl | |
parent | 85264bed4c82ceb468df539400cad6be9247659c (diff) | |
download | perl-3f9aafa052abab5917516312e3f78b01a9ea73c3.tar.gz |
fix installperl typo
Message-Id: <19980708235157.D1380@O2.chapin.edu>
Subject: Re: [PATCH] 5.004_70 installperl and docs
p4raw-id: //depot/perl@1392
Diffstat (limited to 'installperl')
-rwxr-xr-x | installperl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl index 7b2a93540f..6d2fad9bdc 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; |