diff options
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tlprm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlprm b/Master/tlpkg/bin/tlprm index 60f9fb75cf0..b89c1758206 100755 --- a/Master/tlpkg/bin/tlprm +++ b/Master/tlpkg/bin/tlprm @@ -81,12 +81,12 @@ sub main `printf "@lines" >>$commit_file`; print "first edit collections:\n", @lines; - print "then:\nsvn remove `cat $rm_file`\n"; - print "svn commit -m'rm $f' `cat $commit_file`\n"; - print "and if needed: $Master/tlpkg/bin/tlpkg-ctan-check\n"; `echo $Master/tlpkg/bin/tlpkg-ctan-check >>$commit_file`; + print "then:\nsvn remove `cat $rm_file`\n"; + print "svn commit -m'rm $f' `cat $commit_file`\n"; + if (1) { # maybe only if debugging? print "\nremovals ($rm_file):\n"; print `cat $rm_file`; |