From 4b99c6ae000a2fa5dea519c17d9e80938153a61d Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 24 Dec 2019 21:18:49 +0100 Subject: [PATCH] fix --- danio_gcc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/danio_gcc.sh b/danio_gcc.sh index 99db1a5..9c40c66 100755 --- a/danio_gcc.sh +++ b/danio_gcc.sh @@ -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"