bazel-contrib / bazel-contrib/rules_shell
Update runfiles initialization v3 to reference rules_shell
Open
- Dominant language
- Starlark
- Stars
- 27
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
This line:
https://github.com/bazelbuild/rules_shell/blob/e6d845428779b1e5ebb9971451ed3c43c865fc0b/shell/runfiles/runfiles.bash#L72
Needs to be updated to:
```
set -uo pipefail; set +e; f=rules_shell/shell/runfiles/runfiles.bash
```
Contributor guide
Research direction
Open shell/runfiles/runfiles.bash at line 72 and compare the current initialization with the command shown in the issue. Update that line to reference rules_shell/shell/runfiles/runfiles.bash, then verify the file contains the requested initialization.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100