aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/distrib/cpp/run_distrib_test_routeguide.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/distrib/cpp/run_distrib_test_routeguide.sh')
-rwxr-xr-xtest/distrib/cpp/run_distrib_test_routeguide.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/distrib/cpp/run_distrib_test_routeguide.sh b/test/distrib/cpp/run_distrib_test_routeguide.sh
index b043075d93..dc69ab8377 100755
--- a/test/distrib/cpp/run_distrib_test_routeguide.sh
+++ b/test/distrib/cpp/run_distrib_test_routeguide.sh
@@ -16,7 +16,7 @@
set -ex
# change to grpc repo root
-cd $(dirname $0)/../../..
+cd "$(dirname "$0")/../../.."
cd third_party/protobuf && ./autogen.sh && \
./configure && make -j4 && make check && make install && ldconfig