[svnbook commit] r2539 - trunk/src/tools/bin

maxb noreply at red-bean.com
Sun Nov 19 13:53:38 CST 2006


Author: maxb
Date: Sun Nov 19 13:53:37 2006
New Revision: 2539

Modified:
   trunk/src/tools/bin/run-fop.sh

Log:
Remove grepping-out of [ERROR] lines from FOP output. Masking errors seems
like a bad idea to me, and the quantity of errors is minimal compared to
the rest of the noise that FOP produces.

* src/tools/bin/run-fop.sh


Modified: trunk/src/tools/bin/run-fop.sh
==============================================================================
--- trunk/src/tools/bin/run-fop.sh	(original)
+++ trunk/src/tools/bin/run-fop.sh	Sun Nov 19 13:53:37 2006
@@ -44,7 +44,4 @@
 
 echo "(Using '${FOP_PGM}' for FOP)"
 
-# FOP is noisy on stdout, and -q doesn't seem to help, so stuff that
-# garbage into /dev/null.
-${FOP_PGM} $@ | grep -v "\[ERROR\]"
-
+${FOP_PGM} "$@"




More information about the svnbook-dev mailing list