From 897f97212a4288c586b2ee78a94567c3ad93afb2 Mon Sep 17 00:00:00 2001 From: Richard Belleville Date: Mon, 19 Oct 2020 10:51:42 -0700 Subject: [PATCH] Add -x to shell script --- examples/python/route_guide/run_codegen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/route_guide/run_codegen.sh b/examples/python/route_guide/run_codegen.sh index a4d06aefc48..30666a309d0 100755 --- a/examples/python/route_guide/run_codegen.sh +++ b/examples/python/route_guide/run_codegen.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -x # Copyright 2015 gRPC authors. #