Merge pull request #1361 from mjsir911/cdpath

Unset CDPATH for duration of bootstrap script
This commit is contained in:
Chris Packham 2020-08-30 20:55:18 +12:00 committed by GitHub
commit 7c628038ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,9 @@ if [ "${BASH_VERSINFO[0]}" -lt 4 ]; then
exit 1
fi
# see #849
unset CDPATH
########################################
# Common meta-language implementation. Syntax:
#