summaryrefslogtreecommitdiff
path: root/scripts/context/ruby/runtools.rb
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/context/ruby/runtools.rb')
-rw-r--r--scripts/context/ruby/runtools.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/context/ruby/runtools.rb b/scripts/context/ruby/runtools.rb
index 5565748e2..77f805221 100644
--- a/scripts/context/ruby/runtools.rb
+++ b/scripts/context/ruby/runtools.rb
@@ -65,7 +65,7 @@ class Job
end
def platform
- case Config::CONFIG['host_os']
+ case RbConfig::CONFIG['host_os']
when /mswin/ then :windows
else :unix
end