Use $GIT_BINARY when original git binary is needed

This commit is contained in:
Nathan Broadbent
2012-10-23 13:52:04 +13:00
parent d6730b40c9
commit c20b91442a
2 changed files with 5 additions and 4 deletions

View File

@@ -12,6 +12,7 @@ disable_nullglob() { if [ $shell = "zsh" ]; then unsetopt NULL_GLOB; else shopt
# Alias wrapper that ignores errors if alias is not defined.
_alias(){ alias "$@" 2> /dev/null; }
export GIT_BINARY=$(which git)
# Updates SCM Breeze from GitHub.
update_scm_breeze() {