aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisty De Meo2012-12-19 21:07:39 -0600
committerMisty De Meo2012-12-19 21:07:39 -0600
commitb67e685620d5ee21816459901f722f0fd639b496 (patch)
tree3488abb439b23e9e4d9618c3e82bb00d8a0ad8da
parent0019042efdc2cbfedd2e7bd5f311166ac70c5b88 (diff)
downloadhomebrew-b67e685620d5ee21816459901f722f0fd639b496.tar.bz2
Replace shebang
Tiger doesn't have a Framework ruby and needs a /usr/bin/ruby shebang.
-rw-r--r--install2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 29ac17761..df38363a6 100644
--- a/install
+++ b/install
@@ -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.