aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/artifacts/build_artifact_protoc.sh
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2018-01-16 14:53:13 -0800
committerGravatar Mehrdad Afshari <mmx@google.com>2018-01-16 14:53:13 -0800
commitcd867112e8867b21cce65ee3e18135a6c93829ee (patch)
tree88aa04e419840b0550b57e162d6b23187303714a /tools/run_tests/artifacts/build_artifact_protoc.sh
parent2628664f37e1875cb4517ea3f77829198cd886d0 (diff)
Fix build_artifact_protoc.sh to pass shellcheck
Diffstat (limited to 'tools/run_tests/artifacts/build_artifact_protoc.sh')
-rwxr-xr-xtools/run_tests/artifacts/build_artifact_protoc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/artifacts/build_artifact_protoc.sh b/tools/run_tests/artifacts/build_artifact_protoc.sh
index 5c5ab7d78f..b531fc9a5d 100755
--- a/tools/run_tests/artifacts/build_artifact_protoc.sh
+++ b/tools/run_tests/artifacts/build_artifact_protoc.sh
@@ -18,7 +18,7 @@ source scl_source enable devtoolset-1.1
set -ex
-cd $(dirname $0)/../../..
+cd "$(dirname "$0")/../../.."
make plugins