diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 13:53:15 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 13:53:15 +0000 |
commit | a841aebecd86228ea94f801d5fb9259c035829f8 (patch) | |
tree | 9b8f17c4f7799054a82112fe3c88aba13649c438 /docbook-utils-nofinalecho.patch | |
parent | 5a18b4b085bb1f0c8f7972a67c11a9decd7d79be (diff) |
automatic import of docbook-utilsopeneuler24.03_LTS
Diffstat (limited to 'docbook-utils-nofinalecho.patch')
-rw-r--r-- | docbook-utils-nofinalecho.patch | 12 |
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 |