Skip to content

Commit

Permalink
Fix sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Jan 29, 2024
1 parent 326ac03 commit 91dcaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installDeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 91dcaea

Please sign in to comment.