From: Bruno Haible Date: Tue, 14 Dec 2004 16:58:59 +0000 (+0000) Subject: Unset CDPATH, for robustness. X-Git-Tag: v0.14.2~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c59737a53d313afb5cea51a29b7bab821e85b622;p=thirdparty%2Fgettext.git Unset CDPATH, for robustness. --- diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog index 39001bcc8..8a0323311 100644 --- a/gettext-tools/misc/ChangeLog +++ b/gettext-tools/misc/ChangeLog @@ -1,3 +1,7 @@ +2004-12-14 Bruno Haible + + * gettextize.in: Unset CDPATH. + 2004-02-07 Bruno Haible * gettextize.in: Modify only the first occurrence of AC_CONFIG_FILES, diff --git a/gettext-tools/misc/gettextize.in b/gettext-tools/misc/gettextize.in index 9ad1cc882..744c45c5b 100644 --- a/gettext-tools/misc/gettextize.in +++ b/gettext-tools/misc/gettextize.in @@ -150,6 +150,9 @@ func_fatal_error () exit 1 } +# Nuisances. +unset CDPATH + # Command-line option processing. # Removes the OPTIONS from the arguments. Sets the variables: # - force 1 if --force was given, 0 otherwise