diff options
| author | Ralph Amissah <ralph@amissah.com> | 2013-07-30 21:23:59 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2013-07-30 21:23:59 -0400 | 
| commit | 74c5828574ef20c2082adf848c9d7b914598732f (patch) | |
| tree | 8921e3a8703f837a233599a310931bc2b235b0a9 /bin | |
| parent | v4 v5: version & changelog (diff) | |
v4 (v5): misc, minor
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/sisu | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -42,7 +42,7 @@ WOK      ruby_version_ok?(rbv_sisu_dev)    end    def require_hub_path(sisu_path_specified_lib_) -    sisu_path_lib=if sisu_path_specified_lib_ \ +    if sisu_path_specified_lib_ \      && FileTest.file?("#{sisu_path_specified_lib_}/#{SiSU_lib}/hub.rb")        "#{sisu_path_specified_lib_}/#{SiSU_lib}"      else | 
