diff options
-rwxr-xr-x | tools/run_tests/helper_scripts/post_tests_csharp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/helper_scripts/post_tests_csharp.sh b/tools/run_tests/helper_scripts/post_tests_csharp.sh index f92ea00293..6473dfd015 100755 --- a/tools/run_tests/helper_scripts/post_tests_csharp.sh +++ b/tools/run_tests/helper_scripts/post_tests_csharp.sh @@ -18,7 +18,7 @@ set -ex if [ "$CONFIG" != "gcov" ] ; then exit ; fi # change to gRPC repo root -cd $(dirname $0)/../../.. +cd "$(dirname "$0")/../../.." # Generate the csharp extension coverage report gcov objs/gcov/src/csharp/ext/*.o |