summaryrefslogtreecommitdiff
path: root/installperl
diff options
context:
space:
mode:
authorAndreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>2008-10-28 06:11:20 +0100
committerNicholas Clark <nick@ccl4.org>2008-10-28 18:33:35 +0000
commit44591ba566f2923cc6afe9d36f9569f9e44bb376 (patch)
tree781b9ca2a7b00e2c3b28140b57badefe70a6c5aa /installperl
parentdbebbdb4f8fce905319dd478ac6436d7a5ae8cad (diff)
downloadperl-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-xinstallperl1
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));