mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-06-28 11:51:22 +00:00
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:
parent
f7c9078781
commit
35f9101863
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue