From f1740e7e72a90f2a8266d2f25b39a52be29575a2 Mon Sep 17 00:00:00 2001 From: Quinn <99677023+thepigeongenerator@users.noreply.github.com> Date: Thu, 12 Sep 2024 00:41:42 +0200 Subject: [PATCH] add comment ._. --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index bb0eb26..9aeb9bb 100755 --- a/build.sh +++ b/build.sh @@ -58,6 +58,7 @@ fi EXE_PATH=$BUILD_DIR/$ARCHITECTURE/$PROJECT_NAME$FILE_EXSTENSION echo "building at: $EXE_PATH" +# check whether the compiler path contains an executable at said path if [ ! -x $COMPILER ]; then echo -e "\033[91mCouldn't find an executable at path: \033[0m $COMPILER" exit -1