From 61c919eaa2bdddbf4f76d04c94d7aa354a05f806 Mon Sep 17 00:00:00 2001 From: vectorsigma72 Date: Wed, 8 Apr 2020 00:44:44 +0200 Subject: [PATCH] Update buildme --- buildme | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildme b/buildme index ca842ed90..df44b7399 100755 --- a/buildme +++ b/buildme @@ -201,10 +201,11 @@ fi } buildApp() { +local withClover=${1-"none"} if [[ "$SYSNAME" == Darwin ]]; then if [[ -f "${CLOVERROOT}"/CloverPackage/CloverV2/EFI/CLOVER/CLOVERX64.efi ]]; then rm -f "${CLOVERROOT}"/CloverPackage/sym/.withV2 - if [[ -n $1 ]] && [[ $1 == withV2 ]]; then + if [[ $withClover == withV2 ]]; then touch "${CLOVERROOT}"/CloverPackage/sym/.withV2 fi cd "${CLOVERROOT}"/CloverApp