diff options
author | Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de> | 2008-10-28 06:11:20 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-10-28 18:33:35 +0000 |
commit | 44591ba566f2923cc6afe9d36f9569f9e44bb376 (patch) | |
tree | 781b9ca2a7b00e2c3b28140b57badefe70a6c5aa /installperl | |
parent | dbebbdb4f8fce905319dd478ac6436d7a5ae8cad (diff) | |
download | perl-44591ba566f2923cc6afe9d36f9569f9e44bb376.tar.gz |
installperl patchlet
Message-ID: <87k5btpdef.fsf@k75.linux.bogus>
Date: Tue, 28 Oct 2008 05:11:20 +0100
p4raw-id: //depot/perl@34620
Diffstat (limited to 'installperl')
-rwxr-xr-x | installperl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installperl b/installperl index aede39a723..da8f45ee4a 100755 --- a/installperl +++ b/installperl @@ -617,6 +617,7 @@ if (!$versiononly && $otherperls) { next unless m,^/,; # Use &samepath here because some systems have other dirs linked # to $mainperldir (like SunOS) + next unless -d; next if samepath($_, $binexp); next if samepath($_, cwd()); next if ($mainperl_is_instperl && samepath($_, $mainperldir)); |