projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
94d1e70
)
Errors to STDERR please
H.Merijn Brand [Fri, 28 Nov 2008 07:48:30 +0000 (07:48 +0000)]
p4raw-id: //depot/perl@34949
Porting/checkcfgvar.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/checkcfgvar.pl
b/Porting/checkcfgvar.pl
index
dd4cbb5
..
a757d6b
100644
(file)
--- a/
Porting/checkcfgvar.pl
+++ b/
Porting/checkcfgvar.pl
@@
-81,7
+81,7
@@
sub check_cfg {
for my $cfg (@CFG) {
unless (exists $MANIFEST{$cfg}) {
- print "[skipping not-expected '$cfg']\n";
+ print STDERR "[skipping not-expected '$cfg']\n";
next;
}
my %cfg;