Browse Source

Arch subscript: fix typos

master
Pekka Helenius 5 years ago
committed by GitHub
parent
commit
fd067dddce
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
      arch/updatewine_arch.sh

+ 2
- 2
arch/updatewine_arch.sh View File

@ -231,7 +231,7 @@ function cleanUp() {
function build_pkg() {
local pkgname=${1}
local pkgname_friendly={2}
local pkgname_friendly=${2}
local pkgdir=${3}
local cleanlist=${4}
@ -271,7 +271,7 @@ function updatePOL() {
# Check whether we will update user's PoL wine prefixes
if [[ ! -v NO_POL ]]; then
# Check existence of PoL default folder in user's homedir
if [[ ! -d "$HOME/PlayOnLinux" ]]; then
if [[ ! -d "$HOME/.PlayOnLinux" ]]; then
echo -e "Warning. Couldn't find PoL directories in the user's $USERNAME homedir.\n"
return 0
fi


Loading…
Cancel
Save