aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--[-rwxr-xr-x]Library/Homebrew/cmd/update-bash.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/Library/Homebrew/cmd/update-bash.sh b/Library/Homebrew/cmd/update-bash.sh
index d44217bba..bcfefebec 100755..100644
--- a/Library/Homebrew/cmd/update-bash.sh
+++ b/Library/Homebrew/cmd/update-bash.sh
@@ -1,12 +1,3 @@
-#!/bin/bash
-
-if [[ -z "$HOMEBREW_BREW_FILE" ]]
-then
- # we don't use odie here, because it's only available when this script is called from brew.
- echo "Error: $(basename "$0") must be called from brew!" >&2
- exit 1
-fi
-
brew() {
"$HOMEBREW_BREW_FILE" "$@"
}