Parent Directory
|
Revision Log
refresh patches
| 1 | # fix the paths of ruby and the installation place of thin's library code |
| 2 | |
| 3 | --- a/bin/thin |
| 4 | +++ b/bin/thin |
| 5 | @@ -1,4 +1,4 @@ |
| 6 | -#!/usr/bin/env ruby |
| 7 | +#!/usr/bin/ruby1.8 |
| 8 | # Thin command line interface script. |
| 9 | # Run <tt>thin -h</tt> to get more usage. |
| 10 |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |