diff options
Diffstat (limited to 'Master/texmf-dist/scripts/context/ruby/rsfiltool.rb')
-rw-r--r-- | Master/texmf-dist/scripts/context/ruby/rsfiltool.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/context/ruby/rsfiltool.rb b/Master/texmf-dist/scripts/context/ruby/rsfiltool.rb index f3abfdfc703..6d7c7aba0a5 100644 --- a/Master/texmf-dist/scripts/context/ruby/rsfiltool.rb +++ b/Master/texmf-dist/scripts/context/ruby/rsfiltool.rb @@ -18,7 +18,8 @@ end # todo : split session stuff from xmpl/base into an xmpl/session module and "include xmpl/session" into base and here and ... -require 'ftools' +require 'fileutils' +# require 'ftools' require 'xmpl/base' require 'xmpl/switch' require 'xmpl/request' |