aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/distrib/cpp/run_distrib_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/distrib/cpp/run_distrib_test.sh')
-rwxr-xr-xtest/distrib/cpp/run_distrib_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/distrib/cpp/run_distrib_test.sh b/test/distrib/cpp/run_distrib_test.sh
index cd4158eb5d..9c8da50833 100755
--- a/test/distrib/cpp/run_distrib_test.sh
+++ b/test/distrib/cpp/run_distrib_test.sh
@@ -34,7 +34,7 @@ git clone $EXTERNAL_GIT_ROOT
cd grpc
# clone submodules
-git submodule | awk -v EXTERNAL_GIT_ROOT=$EXTERNAL_GIT_ROOT '{ system("git \
+git submodule | awk -v EXTERNAL_GIT_ROOT=$EXTERNAL_GIT_ROOT/ '{ system("git \
submodule update --init --reference " EXTERNAL_GIT_ROOT$2 " " $2) }'
cd third_party/protobuf && ./autogen.sh && \