shims/linux/make: match Linuxbrew shim.
This commit is contained in:
parent
ae32922d0f
commit
9a84dbae71
@ -16,7 +16,7 @@ then
|
||||
else
|
||||
SAVED_PATH="$PATH"
|
||||
pathremove "$HOMEBREW_LIBRARY/Homebrew/shims/linux/super"
|
||||
export MAKE="$(command -v make)"
|
||||
export MAKE="$(which make)"
|
||||
export PATH="$SAVED_PATH"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user