diff options
author | Karl Berry <karl@freefriends.org> | 2020-05-28 22:03:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-05-28 22:03:10 +0000 |
commit | c88a7b89c9b0fb65a94c28f07ba277decc224f74 (patch) | |
tree | f05afd4f5caa6320f49d2e008388273120626e18 /Master/texmf-dist/doc/support/latexdiff/contrib | |
parent | 9415b353a72ea180197116010c5cbc39af3ae57e (diff) |
latexdiff (28may20)
git-svn-id: svn://tug.org/texlive/trunk@55328 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/latexdiff/contrib')
-rwxr-xr-x | Master/texmf-dist/doc/support/latexdiff/contrib/latexdiff-wrap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/support/latexdiff/contrib/latexdiff-wrap b/Master/texmf-dist/doc/support/latexdiff/contrib/latexdiff-wrap index 894b424de36..ed569d6095a 100755 --- a/Master/texmf-dist/doc/support/latexdiff/contrib/latexdiff-wrap +++ b/Master/texmf-dist/doc/support/latexdiff/contrib/latexdiff-wrap @@ -3,7 +3,7 @@ # latexdiff-wrap # # Wrapper for latexdiff, to -# * provide support for documents consiting of more than 1 latex file +# * provide support for documents consisting of more than 1 latex file # * provide my common arguments # # Copyright (C) by Volker Kuhlmann <VolkerKuhlmann@gmx.de> @@ -174,7 +174,7 @@ while [ $# -gt 0 ]; do ) else # Delete file, to make sure it's not clobbered by redirecting stdout - # in case it's a symlink to te original. + # in case it's a symlink to the original. test -f "$diffdir/$file" && (set -x rm "$diffdir/$file" ) |