aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/sisu
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2013-07-30 21:42:02 -0400
committerRalph Amissah <ralph@amissah.com>2013-07-30 21:42:02 -0400
commitd15713b728f0c923837e6c417d095e5e1fe2d443 (patch)
treeb293b1310a352fb99b5bd7a3b6fed46ba49b9a46 /bin/sisu
parentdebian/changelog (4.1.7-1) (diff)
parentv5: cgi helper script, sample search form, single form, monolingual option (diff)
Merge tag 'sisu_4.1.8' into debian/sid
SiSU 4.1.8
Diffstat (limited to 'bin/sisu')
-rw-r--r--bin/sisu2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sisu b/bin/sisu
index 4914890c..f6e2725e 100644
--- a/bin/sisu
+++ b/bin/sisu
@@ -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