diff options
| author | Mike McQuaid | 2016-01-25 15:50:02 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2016-01-25 16:33:52 +0000 |
| commit | ca8bb1a33c3339f65bd7991bb26b9c5ad244d4e3 (patch) | |
| tree | 81326c1300d0f4afa138081c1f3e6e587f5c4f5e /Library/Homebrew/cmd | |
| parent | bb588df05800b4a58f111bf028c6f7c73b70524c (diff) | |
| download | brew-ca8bb1a33c3339f65bd7991bb26b9c5ad244d4e3.tar.bz2 | |
update-bash: release to non-developers.
Allow people to run this command (so we can ask people to test it)
without having to set `HOMEBREW_DEVELOPER`.
Closes Homebrew/homebrew#48260.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Homebrew/cmd')
| -rwxr-xr-x | Library/Homebrew/cmd/update-bash.sh | 5 | ||||
| -rw-r--r-- | Library/Homebrew/cmd/update-report.rb | 4 |
2 files changed, 0 insertions, 9 deletions
diff --git a/Library/Homebrew/cmd/update-bash.sh b/Library/Homebrew/cmd/update-bash.sh index c135d6a29..d44217bba 100755 --- a/Library/Homebrew/cmd/update-bash.sh +++ b/Library/Homebrew/cmd/update-bash.sh @@ -234,11 +234,6 @@ update-bash() { local DIR local UPSTREAM_BRANCH - if [[ -z "$HOMEBREW_DEVELOPER" ]] - then - odie "This command is currently only for Homebrew developers' use." - fi - for option in "$@" do case "$option" in diff --git a/Library/Homebrew/cmd/update-report.rb b/Library/Homebrew/cmd/update-report.rb index a96a3b11c..6db4a0436 100644 --- a/Library/Homebrew/cmd/update-report.rb +++ b/Library/Homebrew/cmd/update-report.rb @@ -6,10 +6,6 @@ require "descriptions" module Homebrew def update_report - unless ENV["HOMEBREW_DEVELOPER"] - odie "This command is currently only for Homebrew developers' use." - end - # migrate to new directories based tap structure migrate_taps |
