From: Stefano Lattarini Date: Tue, 1 May 2012 12:25:51 +0000 (+0200) Subject: fixup: botched edit in bootstrap.sh X-Git-Tag: v1.12.0b~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3f85d2ecfecd78b6346a613b9ef7da3bc173202;p=thirdparty%2Fautomake.git fixup: botched edit in bootstrap.sh * 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 --- diff --git a/bootstrap.sh b/bootstrap.sh index 683b9e9d0..4b12d2d93 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -87,7 +87,7 @@ dosubst () -e "s%@SHELL@%$BOOTSTRAP_SHELL%g" \ -e "s%@VERSION@%$VERSION%g" \ -e "s%@datadir@%$datadir%g" \ - -e "s%@RELEASE_YEAR@%$RELEASE_YEAR%G" \ + -e "s%@RELEASE_YEAR@%$RELEASE_YEAR%g" \ -e "s%@configure_input@%Generated from $in; do not edit by hand.%g" \ $1 > $2 chmod a-w $2