diff options
Diffstat (limited to 'misc.c')
-rw-r--r-- | misc.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 */ |