summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc/releng.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/doc/releng.txt')
-rw-r--r--Master/tlpkg/doc/releng.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt
index 4c75377be80..14f60e6b2b6 100644
--- a/Master/tlpkg/doc/releng.txt
+++ b/Master/tlpkg/doc/releng.txt
@@ -164,7 +164,7 @@ B. Specifics for tlperl update:
unzip -q newperl.zip # replace All files
comm -13 /tmp/now /tmp/new >/tmp/c2
comm -23 /tmp/now /tmp/new >/tmp/c1
- wc -l /tmp/c1 /tmp/c2 # should not be everything
+ wc -l /tmp/c1 /tmp/c2 # should be about 100-200, not 1500+
svn rm `cat /tmp/c1`
svn add --parents --no-auto-props `cat /tmp/c2`
svn status | fgrep \? # shouldn't be any besides newperl.zip