aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/sisu
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2008-11-03 13:51:13 -0500
committerRalph Amissah <ralph@amissah.com>2008-11-03 13:51:13 -0500
commit868478a6dc0a0ecaeddb333c3b318298cd1b67e8 (patch)
tree4349e91ea30424ac2748beb4d3e524576de88cc4 /bin/sisu
parentregex match refinement (diff)
ruby1.9 some testing minor changes
opened to run with ruby1.9, (however not all used libraries ported on system) continue to use ruby1.8 series >= ruby1.8.4
Diffstat (limited to 'bin/sisu')
-rw-r--r--bin/sisu4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sisu b/bin/sisu
index 164655b4..671a06cd 100644
--- a/bin/sisu
+++ b/bin/sisu
@@ -1,8 +1,8 @@
#!/usr/bin/env ruby
# coding: utf-8
#SiSU: copyright (C) 1997..2008 Ralph Amissah; License GPL, see appended program information
-raise "Please, use Ruby1.8 (1.8.4 or later), current Ruby #{RUBY_VERSION}" if RUBY_VERSION < '1.8.4' or RUBY_VERSION > '1.9'
-#raise "Please, use Ruby1.8.4 or later, current Ruby #{RUBY_VERSION}" if RUBY_VERSION < '1.8.4'
+#raise "Please, use Ruby1.8 (1.8.4 or later), current Ruby #{RUBY_VERSION}" if RUBY_VERSION < '1.8.4' or RUBY_VERSION > '1.9'
+raise "Please, use Ruby1.8.4 or later, current Ruby #{RUBY_VERSION}" if RUBY_VERSION < '1.8.4'
$VERBOSE=nil
$KCODE='u' if RUBY_VERSION < '1.9'
branch='v0'