./update: enable to mask tasks.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
This commit is contained in:
Denis 'GNUtoo' Carikli 2023-12-08 01:52:45 +01:00 committed by Adrien 'neox' Bourmault
parent f59d024ba4
commit f433a7344c
Signed by: neox
GPG Key ID: 2974E1D5F25DFCC8
1 changed files with 1 additions and 0 deletions

1
update
View File

@ -32,6 +32,7 @@ list_update_paths() {
find resources/packages \
-mindepth 2 -maxdepth 2 \
-type d \
-executable \
-name "update" \
-printf "%P\n"
}