summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-4ht
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tl-update-4ht')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-4ht2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-4ht b/Master/tlpkg/bin/tl-update-4ht
index e70f6cb7e7a..893c5b8c2c4 100755
--- a/Master/tlpkg/bin/tl-update-4ht
+++ b/Master/tlpkg/bin/tl-update-4ht
@@ -55,7 +55,7 @@ comm -23 /tmp/now /tmp/new >/tmp/c; wc -l /tmp/c # looking for deletions
(cd texmf/tex4ht/ && tar cf - . | (cd $tm/texmf-dist/tex4ht/ && tar xpf -))
#
# additions:
-comm -13 /tmp/now /tmp/new >/tmp/c; wc -l /tmp/c # looking for deletions
+comm -13 /tmp/now /tmp/new >/tmp/c; wc -l /tmp/c
# must add dirs manually first:
(cd $tm/texmf-dist/tex4ht/ && svn add -N `sed 's,/[^/]*$,,' /tmp/c | sort -u`)
(cd $tm/texmf-dist/tex4ht/ && svn add `cat /tmp/c`)