diff options
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 |