From 982dee5978853ec6412c8a25a38c9f0e9bc05f8e Mon Sep 17 00:00:00 2001 From: Marco Sirabella Date: Fri, 10 Jul 2020 19:30:16 -0400 Subject: [PATCH] Unset CDPATH for duration of bootstrap script CDPATH causes the `cd` command to output the directory it's going into sometimes. This actually fixes #849, I got bit by this --- bootstrap | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap b/bootstrap index 6c3d6ae2..d9430165 100755 --- a/bootstrap +++ b/bootstrap @@ -6,6 +6,9 @@ if [ "${BASH_VERSINFO[0]}" -lt 4 ]; then exit 1 fi +# see #849 +unset CDPATH + ######################################## # Common meta-language implementation. Syntax: #