diff options
author | Karl Berry <karl@freefriends.org> | 2008-05-04 23:00:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-05-04 23:00:21 +0000 |
commit | e936f03b76d95e6241f79cbd2f2fde7bd425869d (patch) | |
tree | 2438598f499a1a20776dc1bc1686606e7ddeb943 /Master/tlpkg/bin/tlprm | |
parent | 704a83857729bdf1546dfc8a61775587105ddaf8 (diff) |
rm camel, nosell
git-svn-id: svn://tug.org/texlive/trunk@7852 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlprm')
-rwxr-xr-x | Master/tlpkg/bin/tlprm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlprm b/Master/tlpkg/bin/tlprm index d267b19bcf4..72655fe04de 100755 --- a/Master/tlpkg/bin/tlprm +++ b/Master/tlpkg/bin/tlprm @@ -85,7 +85,7 @@ sub main print "first edit collections:\n", @lines; print "then\nsvn remove `cat $rm_file`\n"; - print "then\nsvn commit -m'rm $f' `cat $commit_file`\n"; + print "svn commit -m'rm $f' `cat $commit_file`\n"; if (1) { # maybe only if debugging? print "\nremovals ($rm_file):\n"; |