From 00a297e46a719dfb954657c569554db74eedcc64 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 25 Jul 2012 13:16:59 +0200 Subject: [PATCH] test defs: improve a comment * defs-static.in: Here, about the unsetting of CDPATH. Signed-off-by: Stefano Lattarini --- defs-static.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/defs-static.in b/defs-static.in index 2a6dc62a0..bb7ca494d 100644 --- a/defs-static.in +++ b/defs-static.in @@ -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. -- 2.47.2