mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
tool/zsh/mmake: style
This commit is contained in:
parent
21968acf99
commit
102edf4ea2
1 changed files with 4 additions and 4 deletions
|
@ -42,7 +42,7 @@ local make=$(
|
||||||
case $MAKE in
|
case $MAKE in
|
||||||
*/*) echo $MAKE ;;
|
*/*) echo $MAKE ;;
|
||||||
?*) command -v $MAKE ;;
|
?*) command -v $MAKE ;;
|
||||||
*) echo .cosmocc/current/bin/make
|
*) echo .cosmocc/current/bin/make ;;
|
||||||
esac
|
esac
|
||||||
)
|
)
|
||||||
if [[ ! -x $make ]]; then
|
if [[ ! -x $make ]]; then
|
||||||
|
@ -50,7 +50,7 @@ if [[ ! -x $make ]]; then
|
||||||
echo
|
echo
|
||||||
echo 'https://cosmo.zip/pub/cosmos/bin/make'
|
echo 'https://cosmo.zip/pub/cosmos/bin/make'
|
||||||
echo
|
echo
|
||||||
echo 'then either put it on your $PATH or point to it with $MAKE.'
|
echo 'then put it on $PATH or point $MAKE to it.'
|
||||||
} >&2; return 1
|
} >&2; return 1
|
||||||
fi
|
fi
|
||||||
( set -x
|
( set -x
|
||||||
|
|
Loading…
Reference in a new issue