diff options
| author | Mike McQuaid | 2013-02-08 08:55:42 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2013-02-08 08:55:42 -0800 |
| commit | 551005acdb9ed1aa2e5b9befcfa0f741ad71e27d (patch) | |
| tree | 1a3023b79e62ca21e40c370917fe4c873e2f3ddc /bin | |
| parent | b65398c549740f04653bf409b658ab5278c4dd00 (diff) | |
| download | brew-551005acdb9ed1aa2e5b9befcfa0f741ad71e27d.tar.bz2 | |
Revert "brew: use a shell wrapper script for brew"
This reverts commit 225546a3ee2d3f22e185e47d4db6f6716a56669b.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/brew | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/bin/brew b/bin/brew deleted file mode 100755 index 678890050..000000000 --- a/bin/brew +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -THIS_FILE="$0" -[ -n "$(readlink $THIS_FILE)" ] && THIS_FILE=$(readlink $THIS_FILE) - -BREW_DIRECTORY=$(dirname "$THIS_FILE")/../Library -BREW_SYSTEM=$(uname -s | tr "[:upper:]" "[:lower:]") - -if [ "$BREW_SYSTEM" = "darwin" ] -then - exec "$BREW_DIRECTORY/brew.rb" "$@" -else - exec ruby -W0 "$BREW_DIRECTORY/brew.rb" "$@" -fi |
