Skip to content

Commit f806a62

Browse files
tpgxyzharaldh
authored andcommitted
fix(mksh): requires printf
1 parent 6610093 commit f806a62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: modules.d/00mksh/module-setup.sh

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ check() {
77

88
# If the binary(s) requirements are not fulfilled the module can't be installed.
99
require_binaries mksh || return 1
10+
require_binaries printf || return 1
1011

1112
# Return 255 to only include the module, if another module requires it.
1213
return 255
@@ -25,6 +26,7 @@ depends() {
2526
install() {
2627

2728
inst /bin/mksh
29+
inst printf
2830

2931
# Prefer mksh as default shell if no other shell is preferred.
3032
[[ -L $initdir/bin/sh ]] || ln -sf mksh "${initdir}/bin/sh"

0 commit comments

Comments
 (0)