aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2016-05-03 09:04:23 +0100
committerMike McQuaid2016-05-03 09:04:23 +0100
commitf288b66fcb1575bed2e58141265d0c5fef0acfe6 (patch)
tree6f52594c8a1b4926b311fcf7fcc474bbc0dfa225 /Library
parent967988c4441ed49338b8e31a1a5ff8a7f6061c88 (diff)
downloadbrew-f288b66fcb1575bed2e58141265d0c5fef0acfe6.tar.bz2
update.sh: remove GIT_ASKPASS=false.
This doesn't work as expected and causes confusing user errors. References #95.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/update.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/update.sh b/Library/Homebrew/cmd/update.sh
index 63307bc54..ba5ed2598 100644
--- a/Library/Homebrew/cmd/update.sh
+++ b/Library/Homebrew/cmd/update.sh
@@ -280,7 +280,6 @@ EOS
fi
fi
export GIT_TERMINAL_PROMPT="0"
- export GIT_ASKPASS="false"
export GIT_SSH_COMMAND="ssh -oBatchMode=yes"
if [[ -z "$HOMEBREW_VERBOSE" ]]