]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Unset CDPATH, for robustness.
authorBruno Haible <bruno@clisp.org>
Tue, 14 Dec 2004 16:58:59 +0000 (16:58 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:57 +0000 (12:11 +0200)
gettext-tools/misc/ChangeLog
gettext-tools/misc/gettextize.in

index 39001bcc8462722b1d887d83d06bfd690f65620f..8a0323311a65fc6a172884eb4aa98fa48cbdc15d 100644 (file)
@@ -1,3 +1,7 @@
+2004-12-14  Bruno Haible  <bruno@clisp.org>
+
+       * gettextize.in: Unset CDPATH.
+
 2004-02-07  Bruno Haible  <bruno@clisp.org>
 
        * gettextize.in: Modify only the first occurrence of AC_CONFIG_FILES,
index 9ad1cc8821f6a9827e9d7b0d61f8f5a97f0e52d0..744c45c5bf1b31a8439ccc1db32206cb7460d69e 100644 (file)
@@ -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