]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Default CDPATH to $PATH_SEPARATOR, not ':'.
authorTim Van Holder <tim.van.holder@pandora.be>
Thu, 20 Sep 2001 15:51:04 +0000 (15:51 +0000)
committerTim Van Holder <tim.van.holder@pandora.be>
Thu, 20 Sep 2001 15:51:04 +0000 (15:51 +0000)
lib/m4sugar/m4sh.m4

index 9e63a9ede2d4ff1fc18ffa9ece6907ad09839068..962f8f7cc8aa7846710859f958047e3c34a883ac 100644 (file)
@@ -137,7 +137,7 @@ as_nl='
 IFS="  $as_nl"
 
 # CDPATH.
-AS_UNSET([CDPATH], [:])
+AS_UNSET([CDPATH], [$PATH_SEPARATOR])
 ])