diff options
| author | Misty De Meo | 2012-12-19 21:07:39 -0600 |
|---|---|---|
| committer | Misty De Meo | 2012-12-19 21:07:39 -0600 |
| commit | b67e685620d5ee21816459901f722f0fd639b496 (patch) | |
| tree | 3488abb439b23e9e4d9618c3e82bb00d8a0ad8da | |
| parent | 0019042efdc2cbfedd2e7bd5f311166ac70c5b88 (diff) | |
| download | homebrew-b67e685620d5ee21816459901f722f0fd639b496.tar.bz2 | |
Replace shebang
Tiger doesn't have a Framework ruby and needs a /usr/bin/ruby shebang.
| -rw-r--r-- | install | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby +#!/usr/bin/ruby # This script installs to /usr/local only. To install elsewhere you can just # untar https://github.com/mxcl/homebrew/tarball/master anywhere you like or # change the value of HOMEBREW_PREFIX. |
