aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/mbf/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mbf/main.go')
-rw-r--r--cmd/mbf/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go
index fc618180..8aead566 100644
--- a/cmd/mbf/main.go
+++ b/cmd/mbf/main.go
@@ -166,6 +166,8 @@ func main() {
p = rosa.Diffutils
case "fuse":
p = rosa.Fuse
+ case "gawk":
+ p = rosa.Gawk
case "gettext":
p = rosa.Gettext
case "git":