Actually export GIT_CONFIG_NOSYSTEM

Otherwise the system config is still read, causing e.g. any set system
credential manager to be used.
This commit is contained in:
Sebastian Schuberth 2016-09-11 17:41:06 +02:00
parent 296c95ed71
commit f89f42aef5

@ -105,6 +105,7 @@ GIT_CONFIG_NOSYSTEM=1
GIT_TERMINAL_PROMPT=0
export CREDSDIR
export GIT_CONFIG_NOSYSTEM
if [[ `git config --system credential.helper | grep osxkeychain` == "osxkeychain" ]]
then