diff options
author | Mehrdad Afshari <mmx@google.com> | 2018-01-26 12:10:43 -0800 |
---|---|---|
committer | Mehrdad Afshari <mmx@google.com> | 2018-01-26 12:16:28 -0800 |
commit | 89f5502ea26727145f31b57f799d1f19318ff2cf (patch) | |
tree | c57ff72282b792989f0fc3f7eee5f0768bd7caee /tools/run_tests/performance | |
parent | ab8e86bd3a12c68cbef29160f9fb9ade36eea890 (diff) |
Fix run_worker_php.sh to pass shellcheck
Diffstat (limited to 'tools/run_tests/performance')
-rwxr-xr-x | tools/run_tests/performance/run_worker_php.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/run_tests/performance/run_worker_php.sh b/tools/run_tests/performance/run_worker_php.sh index 8c7ceef2ff..2fe2493e60 100755 --- a/tools/run_tests/performance/run_worker_php.sh +++ b/tools/run_tests/performance/run_worker_php.sh @@ -16,8 +16,8 @@ source ~/.rvm/scripts/rvm set -ex -cd $(dirname $0)/../../.. +cd "$(dirname "$0")/../../.." # The proxy worker for PHP is implemented in Ruby -ruby src/ruby/qps/proxy-worker.rb $@ +ruby src/ruby/qps/proxy-worker.rb "$@" |