changeset 13856:e6d1798f898e

bootstrap: fix typo in previous attempt * build-aux/bootstrap (buildreq): Correct the grouping. Reported by Paul Eggert. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Fri, 12 Nov 2010 14:40:54 -0700
parents 78d646edb95c
children 7dd89a91e8f7
files ChangeLog build-aux/bootstrap
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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.
--- 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 @@
           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