You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2012/12/02 03:13:21 UTC

[2/5] git commit: Fix bootstrap errors

Fix bootstrap errors


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/c19054b5
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/c19054b5
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/c19054b5

Branch: refs/heads/docs
Commit: c19054b53ca8923b8c040aa7b2049875b5c9c1a7
Parents: 5802b2e
Author: Noah Slater <ns...@apache.org>
Authored: Sun Dec 2 00:38:44 2012 +0000
Committer: Noah Slater <ns...@apache.org>
Committed: Sun Dec 2 02:13:15 2012 +0000

----------------------------------------------------------------------
 bootstrap |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/c19054b5/bootstrap
----------------------------------------------------------------------
diff --git a/bootstrap b/bootstrap
index 6a1412d..b7c949a 100755
--- a/bootstrap
+++ b/bootstrap
@@ -48,7 +48,7 @@ if test -d .git; then
     git shortlog -se 6c976bd..HEAD \
         | grep -v @apache.org \
         | sed -E "s/^[[:blank:]]{5}[[:digit:]]+[[:blank:]]/ * /" >> THANKS
-    echo "\nFor a list of authors see the \`AUTHORS\` file.\n" >> THANKS
+    echo "\nFor a list of authors see the \`AUTHORS\` file." >> THANKS
 fi
 
 find_program() {