diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-01-15 13:18:02 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-01-15 13:18:02 +0000 |
commit | 13a805ca96b8dc6c81b969a2dde3dd69154d740b (patch) | |
tree | c4444d4ee3139f0a2a84996924a3c1ab34c82c87 /Build/source/utils/tpic2pdftex | |
parent | 78712afc59aaefe026b4e7e803bf39d66d7dec4f (diff) |
utils/tpic2pdftex/: fixed a typo
git-svn-id: svn://tug.org/texlive/trunk@16728 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/tpic2pdftex')
-rw-r--r-- | Build/source/utils/tpic2pdftex/ChangeLog | 4 | ||||
-rwxr-xr-x | Build/source/utils/tpic2pdftex/tpic2pdftex | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/utils/tpic2pdftex/ChangeLog b/Build/source/utils/tpic2pdftex/ChangeLog index 5a68ba745df..76a706b93b9 100644 --- a/Build/source/utils/tpic2pdftex/ChangeLog +++ b/Build/source/utils/tpic2pdftex/ChangeLog @@ -1,3 +1,7 @@ +2010-01-14 Peter Breitenlohner <peb@mppmu.mpg.de> + + * tpic2pdftex: Add missing '#' in comment line. + 2009-12-24 Karl Berry <karl@tug.org> * tpic2pdftex: use gawk for default awk only if it exists. diff --git a/Build/source/utils/tpic2pdftex/tpic2pdftex b/Build/source/utils/tpic2pdftex/tpic2pdftex index a264993e7e4..26549dbd578 100755 --- a/Build/source/utils/tpic2pdftex/tpic2pdftex +++ b/Build/source/utils/tpic2pdftex/tpic2pdftex @@ -40,7 +40,7 @@ # hartmut_henkel@gmx.de # # NEWS: - 24 Dec. 2009 - use gawk for default awk only if it exists. +# 24 Dec. 2009 - use gawk for default awk only if it exists. # 14 Jan. 2007 - make it executable shell script, calling awk # 16 Dec. 2004 - Replaced // {print} by {print} (some AWKs did choke) # 09 Apr. 2004 - Locale check: Decimal point in float numbers? |