diff options
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/cdbuild/place | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/cdbuild/place b/Build/cdbuild/place index dd45d025f55..0b24928114d 100755 --- a/Build/cdbuild/place +++ b/Build/cdbuild/place @@ -93,7 +93,7 @@ my $tlpnew = $tlpsrc->make_tlpobj($tltree); # we took over the comparison of files from the ctan2tl script since # we are here in perl world, which makes it easier ... if (!defined($tlpold)) { - warn "place: $package not present in $M/texlive.tlpdb\n\n"; + print "place: $package not present in $M/texlive.tlpdb\n\n"; } else { print "\n\f new vs. present $package\n"; my @oldfiles; |