Blame SOURCES/docbook-utils-nofinalecho.patch

c49e6c
diff -urNp docbook-utils-0.6.14-orig/bin/jw.in docbook-utils-0.6.14/bin/jw.in
c49e6c
--- docbook-utils-0.6.14-orig/bin/jw.in	2010-05-31 16:21:46.379401250 +0200
c49e6c
+++ docbook-utils-0.6.14/bin/jw.in	2010-05-31 16:23:55.348413466 +0200
c49e6c
@@ -438,5 +438,7 @@ cd "$SGML_CURRENT_DIRECTORY"
c49e6c
 if [ $SGML_RETURN -gt 0 ]
c49e6c
 then exit `expr 7 + $SGML_RETURN`
c49e6c
 fi
c49e6c
-echo "Done."
c49e6c
+#Final echo commented out, it causes manpage noise when generating some
c49e6c
+#manpages with new perl(#513271, #587012)
c49e6c
+#echo "Done."
c49e6c
 exit 0