Fix run_distrib_test_routeguide.sh to pass shellcheck

This commit is contained in:
Mehrdad Afshari 2018-02-07 13:34:35 -08:00
parent 9d2f806dac
commit 59aefe61e2
1 changed files with 1 additions and 1 deletions

View File

@ -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