summaryrefslogtreecommitdiff
path: root/setup.rb
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-06-20 22:03:19 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-06-20 22:03:19 +0200
commitbaf5e97c8b6471933cf950ef6122ffe58747a556 (patch)
treecb599de1ff690f1e0b9fce8947ba44a944976202 /setup.rb
parent14103e891f781ba0255f7a34bed803c2f23a53cc (diff)
setup.rb: some sanitizing
Diffstat (limited to 'setup.rb')
-rwxr-xr-xsetup.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.rb b/setup.rb
index 424a5f37..994db25e 100755
--- a/setup.rb
+++ b/setup.rb
@@ -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')