Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5172a8b5 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Move to toybox unix2dos(1).

This removes the need for the confusingly named "todos".

Test: treehugger
Change-Id: Id8931deb00a06d54262b2803a00d13bd4de88f12
parent a7a432fb
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -132,10 +132,8 @@ var Configuration = map[string]PathConfig{
	"stat":      Allowed,
	"tar":       Allowed,
	"timeout":   Allowed,
	"todos":     Allowed,
	"touch":     Allowed,
	"tr":        Allowed,
	"unix2dos":  Allowed,
	"unzip":     Allowed,
	"wc":        Allowed,
	"which":     Allowed,
@@ -176,6 +174,7 @@ var Configuration = map[string]PathConfig{
	"true":     Toybox,
	"uname":    Toybox,
	"uniq":     Toybox,
	"unix2dos": Toybox,
	"whoami":   Toybox,
	"xxd":      Toybox,
}