This commit is contained in:
Daniel
2019-12-24 21:18:49 +01:00
parent 2a326e289b
commit 4b99c6ae00
+1 -1
View File
@@ -23,7 +23,7 @@ runit()
if [ "${buildnewlib}" -ne "0" ]; then
export EXTRA_ARGS="--with-newlib"
fi
if commmand -v gmake >/dev/null; then
if command -v gmake >/dev/null; then
export make="gmake"
else
export make="make"