summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlprm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tlprm')
-rwxr-xr-xMaster/tlpkg/bin/tlprm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlprm b/Master/tlpkg/bin/tlprm
index d137cdaacd3..997fb3b8d6a 100755
--- a/Master/tlpkg/bin/tlprm
+++ b/Master/tlpkg/bin/tlprm
@@ -72,8 +72,8 @@ sub main
unlink ($commit_file);
`printf "$removals" >$commit_file`;
- print "if license in Catalogue is still free, "
- . "tell Robin.Fairbairns@cl.cam.ac.uk.\n";
+ print "if license in Catalogue is free, and package isn't, "
+ . "tell Robin.Fairbairns\@cl.cam.ac.uk.\n";
my $tsrc = "$Master/tlpkg/tlpsrc";
my @lines = `grep -l 'depend.* $f\$' $tsrc/collection-* $tsrc/scheme-*`;