From 775c4eedd7f6342ccfe7fe802a5935cb78ab050d Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 12 Feb 2016 13:25:37 +0000 Subject: Promote update-bash to the default updater. Also, rename the existing updater to `update-ruby` to allow using as a fallback. It will eventually be removed. Closes Homebrew/homebrew#49109. Signed-off-by: Mike McQuaid --- bin/brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/brew b/bin/brew index 320456c2e..732f7e03d 100755 --- a/bin/brew +++ b/bin/brew @@ -144,7 +144,7 @@ fi if [[ "$(id -u)" = "0" && "$(/usr/bin/stat -f%u "$HOMEBREW_BREW_FILE")" != "0" ]] then case "$HOMEBREW_COMMAND" in - instal|install|reinstall|postinstall|ln|link|pin|update|update-bash|upgrade|create|migrate|tap|switch) + instal|install|reinstall|postinstall|ln|link|pin|update|update-ruby|upgrade|create|migrate|tap|switch) odie <