]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
test defs: improve a comment
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 25 Jul 2012 11:16:59 +0000 (13:16 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 25 Jul 2012 11:16:59 +0000 (13:16 +0200)
* defs-static.in: Here, about the unsetting of CDPATH.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
defs-static.in

index 2a6dc62a029781b656a79905dbb7b6b203235c4b..bb7ca494d8f3731adab95c9a9e9c67948ea46ba3 100644 (file)
@@ -22,7 +22,8 @@
 #   - Multiple inclusions of this file should be idempotent.
 #   - This code has to be 'set -e' clean.
 
-# CDPATH is evil if exported in the environment.
+# CDPATH is evil if used in non-interactive scripts (and even more
+# evil if exported in the environment).
 CDPATH=; unset CDPATH
 
 # Be more Bourne compatible.