From d0aa043c2500e3a3ef7515f204476313f6fb8cf8 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 18 Mar 2008 21:34:44 +0000 Subject: fix % output in printf git-svn-id: svn://tug.org/texlive/trunk@7013 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master') diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 9e9bafca9c3..846bd45ffbe 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -1017,7 +1017,7 @@ sub create_language { open(OUTFILE,">$dest") or die("Cannot open $dest for writing: $!"); - printf OUTFILE "% Generated by %s on %s\n", "$0", scalar localtime; + printf OUTFILE "%% Generated by %s on %s\n", "$0", scalar localtime; print OUTFILE @lines; close(OUTFILE) || warn "close(>$dest) failed: $!"; } -- cgit v1.2.3