Sorry, bad patch.  Tested with gsed and BSD sed.  The BSD sed error
message was non-helpful, even if the input is clearly non-conforming.



diff --git a/docs/Makefile.am b/docs/Makefile.am
index 51f2846a8..0d56ca35b 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -544,7 +544,7 @@ $(top_builddir)/ChangeLog.adoc: $(top_builddir)/ChangeLog
                -e 's,^\([ '"$${TABCHAR}"'][^+]*\)\([^+/\]\)[+],\1\2\\\+,g' \
                -e 's,^\([ '"$${TABCHAR}"'].*\)\([~|^]\),\1\\\2,g' \
                -e 's,\[\[\([^]]*\)\]\],[\1],g' \
-               -e 's,^\(\s\s*\)\([0-9]\),\1{empty}\2,g' \
+               -e 's,^\([[:blank:]][[:blank:]]*\)\([0-9]\),\1{empty}\2,g' \
           < "$${INPUT}" >> "[email protected].$$$$" \
         && if [ x"`find '$@' -newer "$${INPUT}" 2>/dev/null`" != x ] ; then \
                echo "  DOC-CHANGELOG-ASCIIDOC  $${INPUT} => $@ : SKIP (keep 
recently born competitor)"; rm -f "[email protected].$$$$"; \


_______________________________________________
Nut-upsuser mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/nut-upsuser

Reply via email to