fix
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user