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

Commit d50d40fe authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Move tail(1) to toybox.

Test: treehugger
Change-Id: If421513911208db4542c4767168ce50b7b837af8
parent b97cc175
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,6 @@ var Configuration = map[string]PathConfig{
	"sort":      Allowed,
	"stat":      Allowed,
	"tar":       Allowed,
	"tail":      Allowed,
	"tee":       Allowed,
	"timeout":   Allowed,
	"todos":     Allowed,
@@ -174,6 +173,7 @@ var Configuration = map[string]PathConfig{
	"id":     Toybox,
	"od":     Toybox,
	"sleep":  Toybox,
	"tail":   Toybox,
	"true":   Toybox,
	"uname":  Toybox,
	"uniq":   Toybox,