use an elsif

(Not that it really matters..)
master
Joey Hess 2008-04-28 22:13:12 -04:00
parent cf2652c139
commit 8fdb37d7bc
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ elsif (/^use lib/) {
elsif ($. == 1 && ($ENV{NOTAINT} || ! exists $ENV{NOTAINT}) && m{^(#!.*perl.*?) -T$}) {
$_=qq{$1\n};
}
if (/^\$ENV{PATH}="(.*)";/) {
elsif (/^\$ENV{PATH}="(.*)";/) {
$_="\$ENV{PATH}=\"$1:$prefix/bin\";\n";
}