X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=setup.rb;h=994db25eba61018f4e24f85af8f1668885b92e70;hb=ac569ff6050592e31058803f4ab75f3ec6c58f7b;hp=424a5f37c6fe3a7cac54b0f85688c1cce7da9cdf;hpb=14103e891f781ba0255f7a34bed803c2f23a53cc;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git 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')