automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {maint} fixup: botched edit in bootstrap.sh


From: Stefano Lattarini
Subject: [FYI] {maint} fixup: botched edit in bootstrap.sh
Date: Tue, 1 May 2012 14:28:17 +0200

* bootstrap.sh (dosubst): Fix botched option ("G" instead of "g")
in a sed "s///" expression.  Issue introduced in today's commit
'v1.12-17-g5f810d0'.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 bootstrap.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap.sh b/bootstrap.sh
index 683b9e9..4b12d2d 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -87,7 +87,7 @@ dosubst ()
       -e "address@hidden@%$BOOTSTRAP_SHELL%g" \
       -e "address@hidden@%$VERSION%g" \
       -e "address@hidden@%$datadir%g" \
-      -e "address@hidden@%$RELEASE_YEAR%G" \
+      -e "address@hidden@%$RELEASE_YEAR%g" \
       -e "address@hidden@%Generated from $in; do not edit by hand.%g" \
       $1 > $2
   chmod a-w $2
-- 
1.7.9.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]