diff options
| author | Ralph Amissah <ralph@amissah.com> | 2009-12-19 17:22:48 -0500 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2009-12-19 20:58:09 -0500 | 
| commit | 1f7535d129643bd70093a1042cc0d08e6e22293a (patch) | |
| tree | 9976fcb1c1ceba1649cc7b102e2130968cbd338a /bin/sisu_webrick | |
| parent | cgi_sql_common, minor style related, (mostly enclosing of used variables in c... (diff) | |
changelog, & version number updates
Diffstat (limited to 'bin/sisu_webrick')
| -rw-r--r-- | bin/sisu_webrick | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/bin/sisu_webrick b/bin/sisu_webrick index f954a8a8..df17da57 100644 --- a/bin/sisu_webrick +++ b/bin/sisu_webrick @@ -4,8 +4,8 @@  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 -branch='v1' -SiSU_lib="sisu/#{branch}" +SiSU_version_dir='v1' +SiSU_lib="sisu/#{SiSU_version_dir}"  require "#{SiSU_lib}/webrick"  __END__ | 
