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

Commit 2ebfd495 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Move dirname(1) to toybox.

Test: treehugger
Change-Id: Ie1ffbfb900803940620dd11a7ed6bfda76bee86c
parent 080c2455
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,