Merge branch 'second-coming' of github.com:ctiller/grpc into second-coming

pull/3183/head
Craig Tiller 10 years ago
commit 2594fb7261
  1. 2
      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

Loading…
Cancel
Save