Merge "Switch to toybox stat on macOS too."

This commit is contained in:
Elliott Hughes 2019-09-05 21:02:06 +00:00 committed by Gerrit Code Review
commit c3233c291f
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ var Configuration = map[string]PathConfig{
// These are currently Linux-only toybox tools (but can be switched now).
"date": LinuxOnlyPrebuilt,
"stat": LinuxOnlyPrebuilt,
// These are toybox tools that only work on Linux.
"pgrep": LinuxOnlyPrebuilt,