diff options
| author | Ralph Amissah <ralph@amissah.com> | 2009-12-19 16:17:09 -0500 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2009-12-19 16:17:09 -0500 | 
| commit | 51e583aac065ba15b7ece31f1d5339ac2dc53254 (patch) | |
| tree | 2683e1cdeed2af57a2a9dce91c968ff6f1e6c723 /bin | |
| parent | sisu.vim adjustments (diff) | |
directory structure changes to accommodate the introduction of sisu v2
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/sisu | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -5,8 +5,8 @@  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='v1' -SiSU_lib="sisu/#{branch}" +SiSU_version_dir='v1' +SiSU_lib="sisu/#{SiSU_version_dir}"  require "#{SiSU_lib}/hub"  __END__ | 
