diff options
author | Ralph Amissah <ralph@amissah.com> | 2008-11-03 18:42:26 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2008-11-03 18:42:26 -0500 |
commit | 0aa2fb4f87b5b245d4ab5954a3fb8280808a0ade (patch) | |
tree | 0bc33e79442d810aff3fb26c4e190bd4ad32b8c4 /bin | |
parent | manual update of debian/changelog 0.69.4 (diff) | |
parent | changelog and version updated (diff) |
Merge branch 'upstream' into debian/siddebian/0.69.4-1
Diffstat (limited to 'bin')
-rw-r--r-- | bin/sisu | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' |