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

Commit 0f41daf6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Switch the mac back to toybox xargs."

parents 950bf327 d3292543
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -119,9 +119,6 @@ var Configuration = map[string]PathConfig{
	"pgrep": LinuxOnlyPrebuilt,
	"pkill": LinuxOnlyPrebuilt,
	"ps":    LinuxOnlyPrebuilt,

	// The toybox xargs is currently breaking the mac build.
	"xargs": LinuxOnlyPrebuilt,
}

func init() {