Repository: couchdb
Updated Branches:
  refs/heads/master b1309602f -> 3de6a3f1a


Fix {vsn, git} replace on BSD systems during make dist


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

Branch: refs/heads/master
Commit: 3de6a3f1aeefccd7135966206b4666cdcdce053d
Parents: 961b5f7
Author: Alexander Shorin <[email protected]>
Authored: Mon Dec 28 23:09:36 2015 +0300
Committer: Alexander Shorin <[email protected]>
Committed: Mon Dec 28 23:16:39 2015 +0300

----------------------------------------------------------------------
 build-aux/couchdb-build-release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/3de6a3f1/build-aux/couchdb-build-release.sh
----------------------------------------------------------------------
diff --git a/build-aux/couchdb-build-release.sh 
b/build-aux/couchdb-build-release.sh
index d169d2e..14c0d9a 100755
--- a/build-aux/couchdb-build-release.sh
+++ b/build-aux/couchdb-build-release.sh
@@ -27,7 +27,7 @@ for repo in *; do
   git_ish=`git rev-parse --short HEAD`
   git archive $git_ish | tar -xC ../../$RELDIR/src/$repo/ -f -
   set +e
-  grep -rl '{vsn, git}' ../../$RELDIR/src/$repo/ | xargs sed -i "s/{vsn, 
git}/{vsn, \"`git describe --always --tags`\"}/" 2> /dev/null
+  grep -rl '{vsn, git}' ../../$RELDIR/src/$repo/ | xargs sed -ie "s/{vsn, 
git}/{vsn, \"`git describe --always --tags`\"}/" 2> /dev/null
   set -e
   cd ..
 done

Reply via email to