shims/mac/super/make: repair style
This commit is contained in:
parent
b910cf84b1
commit
d4f13908cc
@ -1,10 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [[ -n "$HOMEBREW_MAKE" && "$HOMEBREW_MAKE" != "make" ]]
|
# shellcheck disable=SC2154
|
||||||
|
if [[ -n "${HOMEBREW_MAKE}" && "${HOMEBREW_MAKE}" != "make" ]]
|
||||||
then
|
then
|
||||||
export MAKE="$HOMEBREW_MAKE"
|
export MAKE="${HOMEBREW_MAKE}"
|
||||||
else
|
else
|
||||||
MAKE="make"
|
MAKE="make"
|
||||||
fi
|
fi
|
||||||
export HOMEBREW_CCCFG="O$HOMEBREW_CCCFG"
|
export HOMEBREW_CCCFG="O${HOMEBREW_CCCFG}"
|
||||||
exec xcrun "$MAKE" "$@"
|
exec xcrun "${MAKE}" "$@"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user