Browse Source

updatewine.sh: Fix typo

master
Pekka Helenius 6 years ago
committed by GitHub
parent
commit
c2cb343b30
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      updatewine.sh

+ 2
- 2
updatewine.sh View File

@ -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


Loading…
Cancel
Save