diff options
author | Bruno Haible <bruno@clisp.org> | 2004-12-14 16:58:59 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:11:57 +0200 |
commit | c59737a53d313afb5cea51a29b7bab821e85b622 (patch) | |
tree | 0d15e61be6b1e3c5cd2c14f0f7dda72a56962c3c /gettext-tools/misc/gettextize.in | |
parent | 506aa767ebc734bb4347027c5fd0bd90129e585b (diff) | |
download | external_gettext-c59737a53d313afb5cea51a29b7bab821e85b622.zip external_gettext-c59737a53d313afb5cea51a29b7bab821e85b622.tar.gz external_gettext-c59737a53d313afb5cea51a29b7bab821e85b622.tar.bz2 |
Unset CDPATH, for robustness.
Diffstat (limited to 'gettext-tools/misc/gettextize.in')
-rw-r--r-- | gettext-tools/misc/gettextize.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gettext-tools/misc/gettextize.in b/gettext-tools/misc/gettextize.in index 9ad1cc8..744c45c 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 |