diff options
author | Craig Tiller <ctiller@google.com> | 2015-09-01 14:22:40 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-09-01 14:22:40 -0700 |
commit | 2594fb7261b6b8daba3d3c77eee122bc8c6b66cf (patch) | |
tree | f9e8a6840f88285ae6d74ebe94bf5c3ba048a487 | |
parent | 36d1ae838f23a252545b06d475f0358747edd136 (diff) | |
parent | 6d0575dcfbd36f2846ac0904971736cc1a2b32b8 (diff) |
Merge branch 'second-coming' of github.com:ctiller/grpc into second-coming
-rwxr-xr-x | tools/run_tests/run_sanity.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_sanity.sh b/tools/run_tests/run_sanity.sh index 32e25661fa..c18160a891 100755 --- a/tools/run_tests/run_sanity.sh +++ b/tools/run_tests/run_sanity.sh @@ -52,7 +52,7 @@ diff -u $submodules $want_submodules rm $submodules $want_submodules -if git ls-files cache.mk --error-unmatch &> /dev/null ; then +if [ -f cache.mk ] ; then echo "Please don't commit cache.mk" exit 1 fi |