From 06359b1a3e1790462275938b6ea69dee57d96477 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Tue, 1 Mar 2005 00:00:00 +0100 Subject: stable 2005.03.01 --- scripts/context/ruby/texsync.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/context/ruby/texsync.rb b/scripts/context/ruby/texsync.rb index 457e13c05..37faf2b30 100644 --- a/scripts/context/ruby/texsync.rb +++ b/scripts/context/ruby/texsync.rb @@ -70,7 +70,7 @@ class Commands if option('make') then report("generating tex and metapost formats") report - formats.delete_if do |f| + @@formats.delete_if do |f| begin `kpsewhich cont-#{f}`.chomp.empty? rescue @@ -197,4 +197,4 @@ commandline.registeraction('version') commandline.expand -Commands.new(commandline,logger,banner).send(commandline.action || 'help') \ No newline at end of file +Commands.new(commandline,logger,banner).send(commandline.action || 'help') -- cgit v1.2.3