mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-22 13:05:36 +03:00
Pull request: scripts: don't use features not guaranteed by posix
Merge in DNS/adguard-home from 2276-fix-portability to master Updates #2276. Squashed commit of the following: commit 3019099f2498923495575873daf372598aa72478 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Dec 31 14:31:02 2020 +0300 scripts: don't use features not guaranteed by posix
This commit is contained in:
parent
cfd492cf7c
commit
933ca2af2a
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ echo "{
|
|||
echo " \"download_${platform}\": \"${version_download_url}/${filename}\"," >> "$version_json"
|
||||
fi
|
||||
|
||||
: "$(( i++ ))"
|
||||
i="$(( i + 1 ))"
|
||||
done
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue