From 0a5f58867c4c7a18b4b310347293b81e01c5bce3 Mon Sep 17 00:00:00 2001 From: tTh Date: Mon, 3 Jul 2023 00:14:22 +0200 Subject: [PATCH] cosmetic --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 46c2266..7e8090c 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ function build { -echo ============= $1 ============== +echo "============= $1 ==============" curdir=${PWD} cd $1 make @@ -13,7 +13,7 @@ cd ${curdir} if [ ${error} -ne 0 ] then - echo === error on $1 = ${error} + echo "=== error on $1 = ${error}" exit 1 fi } @@ -28,7 +28,7 @@ build Fonderie # ------------------------------------------------------------------ - +echo "========== Project root ===============" make # ------------------------------------------------------------------