]> code.delx.au - cgiproxy/commitdiff
Make it clear that ruby1.8 is required
authorJames Bunton <jamesbunton@delx.net.au>
Tue, 5 Nov 2013 10:18:37 +0000 (21:18 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Tue, 5 Nov 2013 10:18:37 +0000 (21:18 +1100)
ruby/path.cgi

index ac9054f6aa2858105f576bbeab1e80f1772b2d89..3d6cf2940aa5545b1a256a3c0e8e2f4d34026c4b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/ruby
+#!/usr/bin/ruby1.8
 
 require 'proxy.rb'
 host = ENV["HTTP_HOST"]