about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-12-25 01:39:52 +0000
committerEric Wong <normalperson@yhbt.net>2009-12-25 01:39:52 +0000
commitdb9c8a22d824a3a95ddfcafb0338fcc6e5157608 (patch)
treeb1f0562e05e737e32e2ae59b6aaa82aaeb2c9176
parentc0fb9a72f06b02f399df8a56a342372f334b472a (diff)
downloadunicorn-db9c8a22d824a3a95ddfcafb0338fcc6e5157608.tar.gz
-rwxr-xr-xbin/unicorn2
-rwxr-xr-xbin/unicorn_rails2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/unicorn b/bin/unicorn
index 325afb3..651c2ff 100755
--- a/bin/unicorn
+++ b/bin/unicorn
@@ -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 'optparse'
diff --git a/bin/unicorn_rails b/bin/unicorn_rails
index e46de70..4a22a8c 100755
--- a/bin/unicorn_rails
+++ b/bin/unicorn_rails
@@ -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 'optparse'