From c18f0c78af955af46855f7d30330e44f835ec8de Mon Sep 17 00:00:00 2001 From: Stanley Cheung Date: Fri, 23 Feb 2018 00:00:31 -0800 Subject: [PATCH] one more small fix --- scripts/build_examples.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build_examples.sh b/scripts/build_examples.sh index 7e0b1c8..1dcb0ba 100755 --- a/scripts/build_examples.sh +++ b/scripts/build_examples.sh @@ -29,6 +29,7 @@ cd "$pwd"/../third_party/grpc/third_party/protobuf && \ cd "$pwd"/../ && \ curl http://dl.google.com/closure-compiler/compiler-latest.zip \ -o compiler-latest.zip && \ + rm -f closure-compiler.jar && \ unzip -p -qq -o compiler-latest.zip *.jar > closure-compiler.jar && \ make example && \ make install-example