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

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

Merge "Move dirname(1) to toybox." am: d28d0ec1

am: 8aaff09e

Change-Id: I81a848f1fed7554c4fe1239bf3545f35dbc6ae79
parents 03d7b722 8aaff09e
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,