summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-05-01 14:25:51 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-05-01 14:25:51 +0200
commitf3f85d2ecfecd78b6346a613b9ef7da3bc173202 (patch)
tree32ad0d613f265bb1495c460541d980d84d7e5d70 /bootstrap.sh
parent3687a13b055bfd6fb06ab27c9eb96eeee6e01341 (diff)
downloadautomake-f3f85d2ecfecd78b6346a613b9ef7da3bc173202.tar.gz
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 <stefano.lattarini@gmail.com>
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
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