diff options
author | Robert Coie <rac@gentoo.org> | 2004-06-09 20:20:34 +0000 |
---|---|---|
committer | Robert Coie <rac@gentoo.org> | 2004-06-09 20:20:34 +0000 |
commit | 905bac5777ed9acc4d31f229cbf1d6122740aeed (patch) | |
tree | 7f0a5c00f00f99e38dc0577ffd47345e44d6dd61 /dev-lang/perl/files | |
parent | added metadata.xml (Manifest recommit) (diff) | |
download | gentoo-2-905bac5777ed9acc4d31f229cbf1d6122740aeed.tar.gz gentoo-2-905bac5777ed9acc4d31f229cbf1d6122740aeed.tar.bz2 gentoo-2-905bac5777ed9acc4d31f229cbf1d6122740aeed.zip |
bug 42665
Diffstat (limited to 'dev-lang/perl/files')
-rw-r--r-- | dev-lang/perl/files/perl-5.8.4-noksh.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-lang/perl/files/perl-5.8.4-noksh.patch b/dev-lang/perl/files/perl-5.8.4-noksh.patch new file mode 100644 index 000000000000..4c33b3e71b33 --- /dev/null +++ b/dev-lang/perl/files/perl-5.8.4-noksh.patch @@ -0,0 +1,16 @@ +diff -burN perl-5.8.4.orig/Configure perl-5.8.4/Configure +--- perl-5.8.4.orig/Configure 2004-04-01 05:48:18.000000000 -0800 ++++ perl-5.8.4/Configure 2004-06-09 12:02:54.694172368 -0700 +@@ -164,6 +164,12 @@ + ;; + esac + ++# 2004.06.09 rac ++# having $newsh persist as ksh here is bad news if ksh doesn't really ++# exist. this causes us to toss away a perfectly good working test in ++# bash in favour of more exotic external options. see bug 42665. ++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. + case "$CDPATH" in |