From 635ead005b45a3367f201ff359fd21c614b609c1 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 20 Apr 2025 16:47:31 +0200 Subject: [PATCH] echo, not print --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 294d724..a5b9364 100755 --- a/build.sh +++ b/build.sh @@ -62,7 +62,7 @@ cd .. # Build MiniDexed cd src make clean -print "***** DEBUG *****" +echo "***** DEBUG *****" env grep -r 'aarch64-none-elf' ./src/ find ./src -type d -name 'aarch64-none-elf'