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/11/25 20:33:44 UTC

[1/2] git commit: Exit with an error

Updated Branches:
  refs/heads/docs 98d4afc1b -> dbbaa3250


Exit with an error


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

Branch: refs/heads/docs
Commit: dbbaa32508bf77321dd62a0cadf7a516a2b26eaa
Parents: bb54978
Author: Noah Slater <ns...@apache.org>
Authored: Sun Nov 25 19:33:40 2012 +0000
Committer: Noah Slater <ns...@apache.org>
Committed: Sun Nov 25 19:33:40 2012 +0000

----------------------------------------------------------------------
 build-aux/dist-error |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/dbbaa325/build-aux/dist-error
----------------------------------------------------------------------
diff --git a/build-aux/dist-error b/build-aux/dist-error
index 3762c76..3f0329c 100755
--- a/build-aux/dist-error
+++ b/build-aux/dist-error
@@ -23,4 +23,6 @@ ERROR: The following file is missing or incomplete:
 
        This file is optional at build and install time,
        but is required when preparing a distribution.
-EOF
\ No newline at end of file
+EOF
+
+exit 1