diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2007-07-18 19:17:58 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2007-07-19 13:57:43 +0000 |
commit | 7730b9f4833b2f0a91e1a2909fcd2d6b79666983 (patch) | |
tree | 3c453251a7350ddd38b1da359ac24a826affb74b /Configure | |
parent | 2ac814f3766e4ee56371782d40e173cbcc33a972 (diff) | |
download | perl-7730b9f4833b2f0a91e1a2909fcd2d6b79666983.tar.gz |
Various Gentoo Patches
Message-ID: <20070718171758.77912ed4@r2d2>
perl-noksh.patch - http://bugs.gentoo.org/show_bug.cgi?id=42665
p4raw-id: //depot/perl@31639
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,7 +26,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Wed Jul 18 17:42:05 CEST 2007 [metaconfig 3.0 PL70] +# Generated on Thu Jul 19 15:56:52 CEST 2007 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -181,6 +181,7 @@ true) esac ;; esac +test -x "${newsh}" || unset newsh : if needed set CDPATH to a harmless value that is not chatty : avoid bash 2.02 problems with empty CDPATH. |