tool/zsh/mmake: style

This commit is contained in:
Steven Dee (Jōshin) 2025-01-05 20:53:53 -08:00
parent 21968acf99
commit 102edf4ea2
No known key found for this signature in database

View file

@ -42,7 +42,7 @@ local make=$(
case $MAKE in
*/*) echo $MAKE ;;
?*) command -v $MAKE ;;
*) echo .cosmocc/current/bin/make
*) echo .cosmocc/current/bin/make ;;
esac
)
if [[ ! -x $make ]]; then
@ -50,7 +50,7 @@ if [[ ! -x $make ]]; then
echo
echo 'https://cosmo.zip/pub/cosmos/bin/make'
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
fi
( set -x