diff options
author | Ralph Amissah <ralph@amissah.com> | 2015-05-18 16:41:21 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2015-05-18 18:36:56 -0400 |
commit | 8b1af126ffda2de5010da797e9a941b97632e48b (patch) | |
tree | 3ff63f9ce59e57f56d9d6218c68332b1dfe071fd | |
parent | version & changelog, open commit window (diff) |
bin/sisu juggle multiple install & run options, resolve issue
-rwxr-xr-x | bin/sisu | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ class Orient end end def sisu_this_lib - if not Gem::Specification.find_by_name("sisu").nil? \ + if Gem::Specification.any? \ and processing.sisu_runtime_path =~/\/gems\// \ and processing.sisu_runtime_path \ =~ /\/#{processing.gem_regex}\// |