diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-05-09 09:20:58 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-05-09 09:20:58 +0000 |
commit | a59dc5706ec125911d8e04bb7723918e309ad9a2 (patch) | |
tree | 1b7ffc9cc86532d4cfdcc2cb9e7087687c8cff53 | |
parent | 53fbc3e31167bb2c048e4c078c320725725fbed2 (diff) |
clearer 'new vs present' message
git-svn-id: svn://tug.org/texlive/trunk@7981 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/tlpkg/bin/place | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/place b/Master/tlpkg/bin/place index 88f138d72d2..28e8575ca17 100755 --- a/Master/tlpkg/bin/place +++ b/Master/tlpkg/bin/place @@ -102,7 +102,7 @@ print "\n\f "; if (!defined($tlpold)) { print "place: $package not present in $M/$InfraLocation/$DatabaseName\n\n"; } else { - print "new vs. present $package\n"; + print "new vs. present $package (present is indented)\n"; my @oldfiles; push @oldfiles, $tlpold->all_files; `rm -f $TMP/tlplace.old`; |