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/update-bash.sh | |
| 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/update-bash.sh')
| -rwxr-xr-x | Library/Homebrew/cmd/update-bash.sh | 5 |
1 files changed, 0 insertions, 5 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 |
