From 91dcaea87d631821e4dfec52363c1da4ff985ac6 Mon Sep 17 00:00:00 2001 From: Xavier Mitault Date: Mon, 29 Jan 2024 15:07:58 +0100 Subject: [PATCH] Fix sh --- scripts/installDeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/installDeps.sh b/scripts/installDeps.sh index 55ef32f..ab2233b 100755 --- a/scripts/installDeps.sh +++ b/scripts/installDeps.sh @@ -12,7 +12,7 @@ UNZIP="./deps/cosmocc-bin/unzip.exe" MAKE="./deps/cosmocc-bin/make.exe" rm -rf "./deps/v-master" -if [ "$1" == "useSystem" ]; then +if [ "$1" = "useSystem" ]; then CURL="curl" UNZIP="unzip" MAKE="make"