]> mj.ucw.cz Git - temple.git/commitdiff
temple driver script: updated call of start()
authorMartin Mares <mj@ucw.cz>
Wed, 18 Aug 2010 15:31:35 +0000 (17:31 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 18 Aug 2010 15:31:35 +0000 (17:31 +0200)
temple

diff --git a/temple b/temple
index 2db9c305cced0a33f2ec4ec2940de9dc3961049e..370535f98acf94619530edabb0c2397c6f9b0793 100755 (executable)
--- 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($_);
 }