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

Commit 8aaff09e authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "Move dirname(1) to toybox."

am: d28d0ec1

Change-Id: Ie6eb1c503b9aa77be1e035230f6d9b46d6e9edb9
parents 57f2d067 d28d0ec1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,6 @@ var Configuration = map[string]PathConfig{
	"date":      Allowed,
	"dd":        Allowed,
	"diff":      Allowed,
	"dirname":   Allowed,
	"du":        Allowed,
	"echo":      Allowed,
	"egrep":     Allowed,
@@ -161,6 +160,7 @@ var Configuration = map[string]PathConfig{
	"cat":      Toybox,
	"cmp":      Toybox,
	"comm":     Toybox,
	"dirname":  Toybox,
	"env":      Toybox,
	"id":       Toybox,
	"od":       Toybox,