diff options
Diffstat (limited to 'railties/bin/runner')
-rw-r--r-- | railties/bin/runner | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/bin/runner b/railties/bin/runner index cd2496d6a0..ccc30f9d24 100644 --- a/railties/bin/runner +++ b/railties/bin/runner @@ -1,3 +1,3 @@ -#!/usr/local/bin/ruby +#!/usr/bin/env ruby require File.dirname(__FILE__) + '/../config/boot' require 'commands/runner'
\ No newline at end of file |