shims/linux/make: match Linuxbrew shim.

This commit is contained in:
Mike McQuaid 2018-08-24 08:57:57 +01:00 committed by GitHub
parent ae32922d0f
commit 9a84dbae71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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