Skip to content

Commit

Permalink
Pull request: scripts: don't use features not guaranteed by posix
Browse files Browse the repository at this point in the history
Merge in DNS/adguard-home from 2276-fix-portability to master

Updates #2276.

Squashed commit of the following:

commit 3019099
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
  • Loading branch information
ainar-g committed Dec 31, 2020
1 parent cfd492c commit 933ca2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ echo "{
echo " \"download_${platform}\": \"${version_download_url}/${filename}\"," >> "$version_json"
fi

: "$(( i++ ))"
i="$(( i + 1 ))"
done
)

Expand Down

0 comments on commit 933ca2a

Please sign in to comment.