summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2020-08-30 08:55:18 (GMT)
committerGitHub <noreply@github.com>2020-08-30 08:55:18 (GMT)
commit7c628038ab42de42a6073e7393ba317d47899db5 (patch)
treec24aa2e28d46d7078c2e5c8401dfb967b126f42d /bootstrap
parentbaa746887d3ee6f0336632c2a030ff6812dce4f3 (diff)
parent982dee5978853ec6412c8a25a38c9f0e9bc05f8e (diff)
Merge pull request #1361 from mjsir911/cdpath
Unset CDPATH for duration of bootstrap script
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 46d6205..b4079a9 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:
#