summaryrefslogtreecommitdiff
path: root/docbook-utils-nofinalecho.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-05 01:49:41 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-05 01:49:41 +0000
commit89b0c8aa91110625d4527760aea6625ab6b07c78 (patch)
tree9b8f17c4f7799054a82112fe3c88aba13649c438 /docbook-utils-nofinalecho.patch
parent40968e5e162216782a1a0585c51d5b2c19937cc2 (diff)
automatic import of docbook-utilsopeneuler24.03_LTS
Diffstat (limited to 'docbook-utils-nofinalecho.patch')
-rw-r--r--docbook-utils-nofinalecho.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/docbook-utils-nofinalecho.patch b/docbook-utils-nofinalecho.patch
new file mode 100644
index 0000000..5787b97
--- /dev/null
+++ b/docbook-utils-nofinalecho.patch
@@ -0,0 +1,12 @@
+diff -urNp docbook-utils-0.6.14-orig/bin/jw.in docbook-utils-0.6.14/bin/jw.in
+--- docbook-utils-0.6.14-orig/bin/jw.in 2010-05-31 16:21:46.379401250 +0200
++++ docbook-utils-0.6.14/bin/jw.in 2010-05-31 16:23:55.348413466 +0200
+@@ -438,5 +438,7 @@ cd "$SGML_CURRENT_DIRECTORY"
+ if [ $SGML_RETURN -gt 0 ]
+ then exit `expr 7 + $SGML_RETURN`
+ fi
+-echo "Done."
++#Final echo commented out, it causes manpage noise when generating some
++#manpages with new perl(#513271, #587012)
++#echo "Done."
+ exit 0