From c2cb343b3060036bf537c816297fe8a830a86459 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Sat, 18 Aug 2018 17:56:30 +0300 Subject: [PATCH] updatewine.sh: Fix typo --- updatewine.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/updatewine.sh b/updatewine.sh index 633824f..2ff920d 100755 --- a/updatewine.sh +++ b/updatewine.sh @@ -141,7 +141,7 @@ function gitCheck() { netCheck - if [[ -v $FORCE_INSTALL ]]; then + if [[ -v FORCE_INSTALL ]]; then NEEDSBUILD=1 return 0 fi @@ -188,7 +188,7 @@ fi ########################################################### # Do git check for Wine Staging -gitCheck ./wine-staging-git Wine +gitCheck ./0-wine-staging-git/wine-staging-git Wine # If needs build and --check switch is not used if [[ $NEEDSBUILD -eq 1 ]] && [[ ! -v CHECK ]]; then