Skip to content

Commit

Permalink
For thin executable, require 'thin' that is in the $LOAD_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Sep 5, 2009
1 parent 9f391ed commit e9f8c54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/thin
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
# Thin command line interface script.
# Run <tt>thin -h</tt> to get more usage.
require File.dirname(__FILE__) + '/../lib/thin'

Thin::Runner.new(ARGV).run!
require 'thin'
Thin::Runner.new(ARGV).run!

0 comments on commit e9f8c54

Please sign in to comment.