Fix php/run_distrib_test.sh to pass shellcheck

pull/14360/head
Mehrdad Afshari 7 years ago
parent f5aea0c4b3
commit 6c39c9ecd4
  1. 4
      test/distrib/php/run_distrib_test.sh

@ -15,9 +15,9 @@
set -ex
cd $(dirname $0)
cd "$(dirname "$0")"
cp -r $EXTERNAL_GIT_ROOT/input_artifacts/grpc-*.tgz .
cp -r "$EXTERNAL_GIT_ROOT"/input_artifacts/grpc-*.tgz .
find . -regextype sed -regex ".*/grpc-[0-9].*.tgz" | cut -b3- | \
xargs pecl install

Loading…
Cancel
Save