Pull request 2639: ADG-12124-use-globs-properly-in-scripts

Squashed commit of the following:

commit 0a639315fab426a0bcc3e8164009abd661194cff
Merge: 33fbca6b6 f7c907878
Author: Maksim Kazantsev <m.kazantsev@adguard.com>
Date:   Thu Apr 23 15:32:37 2026 +0300

    Merge branch 'master' into ADG-12124-use-globs-properly-in-scripts

commit 33fbca6b665251e8ba9e0ac8eeac366dcd03ae0f
Author: Maksim Kazantsev <m.kazantsev@adguard.com>
Date:   Thu Apr 23 14:48:54 2026 +0300

    make: use globs properly;
This commit is contained in:
Maksim Kazantsev 2026-04-23 12:40:56 +00:00
parent f7c9078781
commit 35f9101863

View file

@ -8,7 +8,8 @@
verbose="${VERBOSE:-0}"
readonly verbose
set -e -f -u
# Don't use -f, because we use globs in this script.
set -e -u
if [ "$verbose" -gt '0' ]; then
set -x