Repository: couchdb-couch
Updated Branches:
  refs/heads/master a468b0db6 -> 2ad85bcfc


Partial revert Fix Windows version string determ.."

This partially reverts commit 70b61f08618c34f4604bebc2ad2b8d71f90cca5e.


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

Branch: refs/heads/master
Commit: 22af8a813da9094c376c9991285d8827529bcb4e
Parents: a468b0d
Author: ILYA Khlopotov <iil...@ca.ibm.com>
Authored: Fri Sep 16 13:36:34 2016 -0700
Committer: ILYA Khlopotov <iil...@ca.ibm.com>
Committed: Fri Sep 16 13:36:34 2016 -0700

----------------------------------------------------------------------
 src/couch.app.src.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/22af8a81/src/couch.app.src.script
----------------------------------------------------------------------
diff --git a/src/couch.app.src.script b/src/couch.app.src.script
index 60a9345..40d922e 100644
--- a/src/couch.app.src.script
+++ b/src/couch.app.src.script
@@ -15,7 +15,7 @@ Version = case os:getenv("COUCHDB_VERSION") of
     false ->
         string:strip(os:cmd("git describe --always"), right, $\n);
     Version0 ->
-        string:strip(Version0, right)
+        Version0
 end,
 
 

Reply via email to