diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/update-bash.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/update-bash.sh b/Library/Homebrew/cmd/update-bash.sh index bcc721bbc..f75abb614 100644 --- a/Library/Homebrew/cmd/update-bash.sh +++ b/Library/Homebrew/cmd/update-bash.sh @@ -303,6 +303,9 @@ EOS odie "Git must be installed and in your PATH!" fi fi + export GIT_TERMINAL_PROMPT="0" + export GIT_ASKPASS="false" + export GIT_SSH_COMMAND="ssh -oBatchMode=yes" if [[ -z "$HOMEBREW_VERBOSE" ]] then |
