From 27b200507afee7a67c44f215670592a50a8a9965 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 18 Aug 2010 17:31:35 +0200 Subject: [PATCH] temple driver script: updated call of start() --- temple | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temple b/temple index 2db9c30..370535f 100755 --- a/temple +++ b/temple @@ -16,7 +16,7 @@ if (defined $out) { open STDOUT, ">$out" or die "Cannot open $out: $!"; } if (!@ARGV) { push @ARGV, "-"; } -UCW::Temple::start(); +UCW::Temple::start(undef); foreach (@ARGV) { UCW::Temple::parse_file($_); } -- 2.39.5