update.sh: remove GIT_ASKPASS=false.
This doesn't work as expected and causes confusing user errors. References #95.
This commit is contained in:
parent
967988c444
commit
f288b66fcb
@ -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" ]]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user