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

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

Merge "Move cut(1) to toybox." am: 055295d1 am: 06dbeb37

am: 8dcc7925

Change-Id: Ie5117e9d6e360c449fd763729084d242a18d9df9
parents 6fc7d089 8dcc7925
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,6 @@ var Configuration = map[string]PathConfig{
	"bzip2":     Allowed,
	"chmod":     Allowed,
	"cp":        Allowed,
	"cut":       Allowed,
	"date":      Allowed,
	"dd":        Allowed,
	"diff":      Allowed,
@@ -157,6 +156,7 @@ var Configuration = map[string]PathConfig{
	"cat":      Toybox,
	"cmp":      Toybox,
	"comm":     Toybox,
	"cut":      Toybox,
	"dirname":  Toybox,
	"env":      Toybox,
	"head":     Toybox,