We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8825c25 commit bae2434Copy full SHA for bae2434
bazel/private/toolchains/prebuilt/protoc_authenticity.bzl
@@ -19,7 +19,7 @@ def _protoc_authenticity_impl(ctx):
19
tools = [proto_lang_toolchain_info.proto_compiler],
20
command = """\
21
{protoc} --version > {validation_output}
22
- grep -q "-dev$" {validation_output} && {{
+ grep -q -e "-dev$" {validation_output} && {{
23
echo 'WARNING: Detected a development version of protoc.
24
Development versions are not validated for authenticity.
25
To ensure a secure build, please use a released version of protoc.'
0 commit comments