tictactoe.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- tictactoe-0.8.1.orig/tictactoe.rb
+++ tictactoe-0.8.1/tictactoe.rb
@@ -1,4 +1,4 @@
-#!/usr/bin/env ruby
+#!/usr/bin/ruby1.6
#
# tictactoe.rb - Tic Tac Toe for Ruby/Gtk
#