~ubuntu-branches/ubuntu/wily/grpc/wily-proposed

« back to all changes in this revision

Viewing changes to src/php/bin/interop_client.sh

  • Committer: Package Import Robot
  • Author(s): Andrew Pollock
  • Date: 2015-08-28 09:26:25 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20150828092625-8057cxcbormjrmkn
Tags: 0.10.2-1
New upstream release (closes: #795766)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
set -e
32
32
cd $(dirname $0)
33
33
source ./determine_extension_dir.sh
34
 
php $extension_dir -d extension=grpc.so \
 
34
php $extension_dir \
35
35
  ../tests/interop/interop_client.php $@ 1>&2