summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc.c b/misc.c
index 540ae2e..10304ac 100644
--- a/misc.c
+++ b/misc.c
@@ -700,7 +700,9 @@ int find_system_utils(Options *op)
{ "grep", "grep" },
{ "dmesg", "util-linux" },
{ "tail", "coreutils" },
- { "cut", "coreutils" }
+ { "cut", "coreutils" },
+ { "tr", "coreutils" },
+ { "sed", "sed" }
};
/* keep in sync with the SystemOptionalUtils enum type */