X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=693ad245956575ed0f846f95322ab8512effa3b3;hb=28c2a36d502603738c26d59f7d9bd16f27010835;hp=c980aa3d49a01617cee9251e7f51435505269f11;hpb=639ea5ae15e39fe48d43e04864b2997301e4b969;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index c980aa3d4..693ad2459 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2012-04-19 Jim Meyering + + bootstrap: don't let a user's CDPATH setting affect this script + When CDPATH is set, cd will sometimes generate output. + When "cd" is run in a subshell whose output matters, that + surprising-to-some output can cause malfunction. + Unsetting CDPATH turns off this shell "feature." + * build-aux/bootstrap (CDPATH): Unset. + Reported by Reuben Thomas in: + http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/30435 + and inspired by his patch here: + http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/30440 + 2012-04-16 Akim Demaille and Jim Meyering