Skip to content

Commit 78b75bc

Browse files
committed
docbook-utils-nofinalecho (downstream patch)
1 parent 95f4d65 commit 78b75bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/jw.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,5 +438,7 @@ cd "$SGML_CURRENT_DIRECTORY"
438438
if [ $SGML_RETURN -gt 0 ]
439439
then exit `expr 7 + $SGML_RETURN`
440440
fi
441-
echo "Done."
441+
#Final echo commented out, it causes manpage noise when generating some
442+
#manpages with new perl(#513271, #587012)
443+
#echo "Done."
442444
exit 0

0 commit comments

Comments
 (0)