From 2ebce78b5bd419f8bf4229f6f307a4687a43a611 Mon Sep 17 00:00:00 2001 From: kb2qzv Date: Tue, 24 Feb 2004 08:01:59 +0000 Subject: [PATCH] change $filter value so it defaults to the most recent text-extract2.pl script --- misc/translator/tmpl_process.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/translator/tmpl_process.pl b/misc/translator/tmpl_process.pl index 7576a013ec..2c267c6d62 100755 --- a/misc/translator/tmpl_process.pl +++ b/misc/translator/tmpl_process.pl @@ -36,7 +36,7 @@ if( !@in_files || !defined($str_file) ) # Type match defaults to *.tmpl if not specified $type = "tmpl|inc" if !defined($type); -$filter = "./text-extract.pl -f" if !defined($filter); +$filter = "./text-extract2.pl -f" if !defined($filter); # Input is not a file nor a directory if( !(-d $in_files[0]) && !(-f $in_files[0])) { -- 2.39.2