From f433a7344ccab9c5a995d49a19db81573e722233 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Fri, 8 Dec 2023 01:52:45 +0100 Subject: [PATCH] ./update: enable to mask tasks. Signed-off-by: Denis 'GNUtoo' Carikli Acked-by: Adrien 'neox' Bourmault --- update | 1 + 1 file changed, 1 insertion(+) diff --git a/update b/update index 3c5602d..d85dea0 100755 --- a/update +++ b/update @@ -32,6 +32,7 @@ list_update_paths() { find resources/packages \ -mindepth 2 -maxdepth 2 \ -type d \ + -executable \ -name "update" \ -printf "%P\n" }