summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-07-12 00:03:23 +0000
committerKarl Berry <karl@freefriends.org>2007-07-12 00:03:23 +0000
commit51c271aa22153a1e0c6181f70a00ae285cf7b5f9 (patch)
tree0bd526a852de72b4f885941108565a2f1b22be2e /Build
parentde912e5e12b690efe8304a19315d3b6fc3f8b1c1 (diff)
the package not being present is not an error, so
write to stdout not stderr. git-svn-id: svn://tug.org/texlive/trunk@4563 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/cdbuild/place2
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;