bazel-contrib / bazel-contrib/rules_shell

Update runfiles initialization v3 to reference rules_shell

Open
#39 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.