diff options
Diffstat (limited to 'Master/texmf-dist/scripts/context/ruby/base/tool.rb')
-rw-r--r-- | Master/texmf-dist/scripts/context/ruby/base/tool.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/context/ruby/base/tool.rb b/Master/texmf-dist/scripts/context/ruby/base/tool.rb index abf0d5ed05c..1f10c955654 100644 --- a/Master/texmf-dist/scripts/context/ruby/base/tool.rb +++ b/Master/texmf-dist/scripts/context/ruby/base/tool.rb @@ -159,7 +159,7 @@ module Tool end - if Config::CONFIG['host_os'] =~ /mswin/ then + if RbConfig::CONFIG['host_os'] =~ /mswin/ then require 'Win32API' |