* top/maint.mk (sc_copyright_check):
Avoid unportable use of \} in ERE.
2022-09-11 Paul Eggert <eggert@cs.ucla.edu>
+ maint: avoid unportable ERE \}
+ * top/maint.mk (sc_copyright_check):
+ Avoid unportable use of \} in ERE.
+
verify: improve maint check
* top/maint.mk (sc_prohibit_verify_without_use):
Adjust re to match verify.h.
in_vc_files=$(sample-test) \
halt='out of date copyright in $(sample-test); update it' \
$(_sc_search_regexp)
- @require='Copyright @copyright\{\} .*'$$(date +%Y) \
+ @require='Copyright @copyright\{} .*'$$(date +%Y) \
in_vc_files=$(texi) \
halt='out of date copyright in $(texi); update it' \
$(_sc_search_regexp)