update.sh: remove GIT_ASKPASS=false.

This doesn't work as expected and causes confusing user errors.

References #95.
This commit is contained in:
Mike McQuaid 2016-05-03 09:04:23 +01:00
parent 967988c444
commit f288b66fcb

View File

@ -280,7 +280,6 @@ EOS
fi fi
fi fi
export GIT_TERMINAL_PROMPT="0" export GIT_TERMINAL_PROMPT="0"
export GIT_ASKPASS="false"
export GIT_SSH_COMMAND="ssh -oBatchMode=yes" export GIT_SSH_COMMAND="ssh -oBatchMode=yes"
if [[ -z "$HOMEBREW_VERBOSE" ]] if [[ -z "$HOMEBREW_VERBOSE" ]]