mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +00:00
Fix regression in apeinstall.sh (#1161)
This should have been a part of a6baba1
.
This commit is contained in:
parent
fcfdd26b72
commit
3bcd40be12
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ if [ ! -f ape/loader.c ]; then
|
||||||
cd "$COSMO" || exit
|
cd "$COSMO" || exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -x build/bootstrap/make.com ]; then
|
if [ -x build/bootstrap/make ]; then
|
||||||
MAKE=build/bootstrap/make.com
|
MAKE=build/bootstrap/make
|
||||||
else
|
else
|
||||||
MAKE=make
|
MAKE=make
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue