|
@ -141,7 +141,7 @@ function gitCheck() { |
|
|
|
|
|
|
|
|
netCheck |
|
|
netCheck |
|
|
|
|
|
|
|
|
if [[ -v $FORCE_INSTALL ]]; then |
|
|
|
|
|
|
|
|
if [[ -v FORCE_INSTALL ]]; then |
|
|
NEEDSBUILD=1 |
|
|
NEEDSBUILD=1 |
|
|
return 0 |
|
|
return 0 |
|
|
fi |
|
|
fi |
|
@ -188,7 +188,7 @@ fi |
|
|
########################################################### |
|
|
########################################################### |
|
|
|
|
|
|
|
|
# Do git check for Wine Staging |
|
|
# 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 needs build and --check switch is not used |
|
|
if [[ $NEEDSBUILD -eq 1 ]] && [[ ! -v CHECK ]]; then |
|
|
if [[ $NEEDSBUILD -eq 1 ]] && [[ ! -v CHECK ]]; then |
|
|