all: sync with master; upd chlog

This commit is contained in:
Ainar Garipov
2023-09-07 17:13:48 +03:00
parent 3be7676970
commit 7b93f5d7cf
306 changed files with 19770 additions and 4916 deletions

View File

@@ -8,7 +8,7 @@
# This comment is used to simplify checking local copies of the script. Bump
# this number every time a remarkable change is made to this script.
#
# AdGuard-Project-Version: 2
# AdGuard-Project-Version: 3
@@ -47,7 +47,7 @@ trap not_found EXIT
run_linter() (
set +e
if [ "$VERBOSE" -lt '2' ]
if [ "${VERBOSE:-0}" -lt '2' ]
then
set +x
fi