aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/mksh.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/mksh.go')
-rw-r--r--internal/rosa/mksh.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/rosa/mksh.go b/internal/rosa/mksh.go
index 0457fd52..26392d6c 100644
--- a/internal/rosa/mksh.go
+++ b/internal/rosa/mksh.go
@@ -36,9 +36,7 @@ ln -vs ../system/bin/sh /work/bin/
))), version
}
func init() {
- native.MustRegister(&Artifact{
- f: Toolchain.newMksh,
-
+ native.mustRegister(Toolchain.newMksh, &Metadata{
Name: "mksh",
Description: "MirBSD Korn Shell",
Website: "https://www.mirbsd.org/mksh",