diff options
Diffstat (limited to 'Master/tlpkg/bin/tl-update-containers')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-containers | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tl-update-containers b/Master/tlpkg/bin/tl-update-containers index 6a96f6e7b71..a7ae8e9c69c 100755 --- a/Master/tlpkg/bin/tl-update-containers +++ b/Master/tlpkg/bin/tl-update-containers @@ -158,9 +158,8 @@ sub main } else { # This can happen when packages get renamed or files get # shuffled from one package to another. - tlwarn("The revision of $pkg in texlive.tlpdb ", - "($newrev) is OLDER than the one in ", - "$opt_location/tlpkg/texlive.tlpdb ($oldrev)\n"); + tlwarn("$0: $pkg in source tree is OLDER ($newrev) than in ", + "$opt_location/tlpkg/texlive.tlpdb ($oldrev); continuing.\n"); push @todopacks, $pkg; } } |