From e477fba3baf59aeacdaf6a7609239297b1f61f2b Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 12 Nov 2010 14:40:54 -0700 Subject: [PATCH] bootstrap: fix typo in previous attempt * build-aux/bootstrap (buildreq): Correct the grouping. Reported by Paul Eggert. Signed-off-by: Eric Blake --- ChangeLog | 4 ++++ build-aux/bootstrap | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 21677e2bf5..f085a3dc6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-11-12 Eric Blake + 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. diff --git a/build-aux/bootstrap b/build-aux/bootstrap index 5278e8eb1f..6c311c3fa1 100755 --- a/build-aux/bootstrap +++ b/build-aux/bootstrap @@ -1,6 +1,6 @@ #! /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. @@ -349,7 +349,7 @@ get_version() { 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 -- 2.30.2