diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-20 08:07:43 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-20 08:15:23 +0900 |
| commit | b482fd4abfb2b3765b1791915b31067a0f80fec7 (patch) | |
| tree | 1cb95592a7f243aa920e3f4c497909a2e8bf9efb /internal/rosa/bison.go | |
| parent | 2e502ede6c885496f4ac0a480aa4e4e337c54f51 (diff) | |
internal/rosa: remove global handles
These no longer serve any purpose.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/bison.go')
| -rw-r--r-- | internal/rosa/bison.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/rosa/bison.go b/internal/rosa/bison.go index 4ca95093..4a16d911 100644 --- a/internal/rosa/bison.go +++ b/internal/rosa/bison.go @@ -60,9 +60,9 @@ func (t Toolchain) newBison() (pkg.Artifact, string) { "check", }, }, - M4, - Diffutils, - Sed, + H("m4"), + diffutils, + H("sed"), ), version } func init() { |
