diff options
Diffstat (limited to 'Master/texmf-dist/scripts/context/ruby/texsync.rb')
-rw-r--r-- | Master/texmf-dist/scripts/context/ruby/texsync.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/context/ruby/texsync.rb b/Master/texmf-dist/scripts/context/ruby/texsync.rb index 00461039982..fd6593f05fb 100644 --- a/Master/texmf-dist/scripts/context/ruby/texsync.rb +++ b/Master/texmf-dist/scripts/context/ruby/texsync.rb @@ -140,7 +140,7 @@ class Commands texpaths = ['texmf','texmf-local','texmf-fonts','texmf-mswin','texmf-linux','texmf-macos'] elsif option('terse') then texpaths = ['texmf','texmf-local','texmf-fonts'] - case Config::CONFIG['host_os'] # or: Tool.ruby_platform + case RbConfig::CONFIG['host_os'] # or: Tool.ruby_platform when /mswin/ then texpaths.push('texmf-mswin') when /linux/ then texpaths.push('texmf-linux') when /darwin/ then texpaths.push('texmf-macosx') |