From: Eric Blake Date: Fri, 12 Nov 2010 21:40:54 +0000 (-0700) Subject: bootstrap: fix typo in previous attempt X-Git-Tag: v0.1~3631 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=e477fba3baf59aeacdaf6a7609239297b1f61f2b;p=gnulib.git bootstrap: fix typo in previous attempt * build-aux/bootstrap (buildreq): Correct the grouping. Reported by Paul Eggert. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 21677e2bf..f085a3dc6 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 5278e8eb1..6c311c3fa 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