From 982dee5978853ec6412c8a25a38c9f0e9bc05f8e Mon Sep 17 00:00:00 2001 From: Marco Sirabella Date: Fri, 10 Jul 2020 19:30:16 -0400 Subject: 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 diff --git a/bootstrap b/bootstrap index 6c3d6ae..d943016 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: # -- cgit v0.10.2-6-g49f6