This is an automated email from the ASF dual-hosted git repository.

huijun pushed a commit to branch huijunwu/20200702
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/huijunwu/20200702 by this push:
     new 512cc05  change tab to space
512cc05 is described below

commit 512cc05161053e2c2ab4338c6bbc8bfcc1c07804
Author: bed debug <huiju...@users.noreply.github.com>
AuthorDate: Thu Jul 2 19:22:57 2020 -0700

    change tab to space
---
 third_party/zookeeper/BUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/third_party/zookeeper/BUILD b/third_party/zookeeper/BUILD
index f55b0e2..9fc7899 100644
--- a/third_party/zookeeper/BUILD
+++ b/third_party/zookeeper/BUILD
@@ -40,8 +40,8 @@ genrule(
             "mkdir -p $$TMP_DIR",
             "cp -R $$(pwd)/external/org_apache_zookeeper/* $$TMP_DIR",
             "cd $$TMP_DIR",
-           "ant compile_jute",
-           "cd $$TMP_DIR/zookeeper-client/zookeeper-client-c",
+            "ant compile_jute",
+            "cd $$TMP_DIR/zookeeper-client/zookeeper-client-c",
             "autoreconf -if",
             "./configure --prefix=$$INSTALL_DIR --enable-shared=no",
             "make install",

Reply via email to