Unverified Commit 6ad6fea5 authored by Monson Shao's avatar Monson Shao Committed by GitHub
Browse files

gnu-utils: append make to cmds (#8794)

GNU "make" is installed as "gmake" by homebrew.
parent 621de1e2
......@@ -36,7 +36,7 @@ __gnu_utils() {
gcmds+=('gfind' 'gxargs' 'glocate')
# Not part of either coreutils or findutils, installed separately.
gcmds+=('gsed' 'gtar' 'gtime')
gcmds+=('gsed' 'gtar' 'gtime' 'gmake')
for gcmd in "${gcmds[@]}"; do
# Do nothing if the command isn't found
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment