From 537de8098e649406e7f60c89211a345ed852ab0b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 22 Dec 2009 00:54:19 -0800 Subject: bin/rainbows: avoid confusing people with shebang Or it'll confuse them more... Really, it does not matter what the shebang points to as long as long as setup.rb can deal with it. --- bin/rainbows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/rainbows b/bin/rainbows index ddf968c..dbab328 100644 --- a/bin/rainbows +++ b/bin/rainbows @@ -1,4 +1,4 @@ -#!/home/ew/bin/ruby +#!/this/will/be/overwritten/or/wrapped/anyways/do/not/worry/ruby # -*- encoding: binary -*- require 'unicorn/launcher' require 'rainbows' -- cgit v1.2.3-24-ge0c7