diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-06-20 22:03:19 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-06-20 22:03:19 +0200 |
commit | baf5e97c8b6471933cf950ef6122ffe58747a556 (patch) | |
tree | cb599de1ff690f1e0b9fce8947ba44a944976202 | |
parent | 14103e891f781ba0255f7a34bed803c2f23a53cc (diff) |
setup.rb: some sanitizing
-rwxr-xr-x | setup.rb | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +#!/usr/bin/env ruby # # setup.rb # @@ -249,7 +250,7 @@ class ConfigTable 'the ruby program using for installation'), ProgramItem.new('makeprog', 'name', makeprog, 'the make program to compile ruby extentions'), - SelectItem.new('shebang', 'all/ruby/never', 'ruby', + SelectItem.new('shebang', 'all/ruby/never', 'never', 'shebang line (#!) editing mode'), BoolItem.new('without-ext', 'yes/no', 'no', 'does not compile/install ruby extentions') |