fix: do not allow GREP_XXX env vars from breaking `rlocation` (#36)

The grep command can be influenced by `GREP_XXX` environment variables.
If set, they can affect the behavior/output of the command, causing
`rlocation` to fail.
2 files changed
tree: 4ef0d97b9ba48ea4cd5e768848d6e20af247ec2b
  1. .bazelci/
  2. .bcr/
  3. .github/
  4. shell/
  5. tests/
  6. .bazelignore
  7. .bazelversion
  8. .gitignore
  9. CONTRIBUTING.md
  10. LICENSE
  11. MODULE.bazel
  12. README.md
  13. WORKSPACE
README.md

rules_shell

This repository contains the Bazel ruleset for shell scripts.