Skip to content

Commit

Permalink
add missing shebang to rails bin. LH [#4885 state:resolved]
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
  • Loading branch information
smtlaissezfaire authored and jeremy committed Jun 19, 2010
1 parent bf59717 commit 4bfff05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/rails
@@ -1,3 +1,5 @@
#!/usr/bin/env ruby

begin
require "rails/cli"
rescue LoadError
Expand Down

0 comments on commit 4bfff05

Please sign in to comment.