From 8b8db9001df5cf519836f6324d75e12183cec4f5 Mon Sep 17 00:00:00 2001 From: Lucas Date: Sun, 28 Apr 2024 20:19:12 -0300 Subject: [PATCH] Correct a detail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently you should use the call “bash build.sh” with this you can just use “./build.sh” --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 1b7640037..720e379b8 100644 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!bin/bash +#!/bin/bash function ShowHelp() {