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