Fehler von scritps/installationcheck.pl nach STDERR
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 13 May 2011 09:17:51 +0000 (11:17 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 13 May 2011 09:17:51 +0000 (11:17 +0200)
So kann man das einfach nach /dev/null ausführen und kriegt nur die Fehler.

scripts/installation_check.pl

index ce95015..9a28c03 100755 (executable)
@@ -29,7 +29,7 @@ sub check {
 
   my @source_texts = source_texts($module);
   local $" = $/;
-  print <<EOL;
+  print STDERR <<EOL;
 +-----------------------------------------------------------------------------+
   $module->{fullname} could not be loaded.