Skip to content

Commit

Permalink
Merge pull request grpc#7854 from pythias/patch-2
Browse files Browse the repository at this point in the history
Remove undefined env
  • Loading branch information
stanley-cheung authored Sep 1, 2016
2 parents fca79d7 + ed7ee3d commit 463ff57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/php/run_greeter_client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@

set -e
cd $(dirname $0)
php $extension_dir -d extension=grpc.so -d max_execution_time=300 \
php -d extension=grpc.so -d max_execution_time=300 \
greeter_client.php $1

0 comments on commit 463ff57

Please sign in to comment.