* build-aux/bootstrap (buildreq): Correct the grouping.
Reported by Paul Eggert.
Signed-off-by: Eric Blake <eblake@redhat.com>
2010-11-12 Eric Blake <eblake@redhat.com>
+ bootstrap: fix typo in previous attempt
+ * build-aux/bootstrap (buildreq): Correct the grouping.
+ Reported by Paul Eggert.
+
maintainer-makefile: prohibit test x == x
* top/maint.mk (sc_prohibit_test_double_equal): New rule.
Based on a report by Matthias Bolte.
#! /bin/sh
# Print a version string.
-scriptversion=2010-11-12.20; # UTC
+scriptversion=2010-11-12.21; # UTC
# Bootstrap this package from checked-out sources.
t done
# extract version at start of line
- s/^\([0-9]\{1,\}\(\.[.a-z0-9-]*\)\)*.*/\1/
+ s/^\([0-9]\{1,\}\(\.[.a-z0-9-]*\)*\).*/\1/
t done
d