]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - docbook-utils/patches/docbook-utils-nofinalecho.patch
file: Update to 5.18.
[people/ms/ipfire-3.x.git] / docbook-utils / patches / docbook-utils-nofinalecho.patch
CommitLineData
332c8f43
SS
1diff -urNp docbook-utils-0.6.14-orig/bin/jw.in docbook-utils-0.6.14/bin/jw.in
2--- docbook-utils-0.6.14-orig/bin/jw.in 2010-05-31 16:21:46.379401250 +0200
3+++ docbook-utils-0.6.14/bin/jw.in 2010-05-31 16:23:55.348413466 +0200
4@@ -438,5 +438,7 @@ cd "$SGML_CURRENT_DIRECTORY"
5 if [ $SGML_RETURN -gt 0 ]
6 then exit `expr 7 + $SGML_RETURN`
7 fi
8-echo "Done."
9+#Final echo commented out, it causes manpage noise when generating some
10+#manpages with new perl(#513271, #587012)
11+#echo "Done."
12 exit 0