aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/sisu3
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sisu3')
-rw-r--r--bin/sisu34
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sisu3 b/bin/sisu3
index e02f2588..b53c3e54 100644
--- a/bin/sisu3
+++ b/bin/sisu3
@@ -18,8 +18,8 @@ begin
def check_incompatible_ruby_build?
require 'rbconfig'
e=Config::CONFIG
- if RUBY_VERSION == '1.9.2' \
- and e['PATCHLEVEL'].to_i < 180
+ if RUBY_VERSION == '1.9.2' \
+ && e['PATCHLEVEL'].to_i < 180
raise <<WOK
There are known issues with early versions of ruby1.9.2.
Please, use Ruby 1.9.2p180 or later,