From fea1198402ab66082f4a2a246fc1bc580f7f0238 Mon Sep 17 00:00:00 2001 From: nyyu Date: Wed, 9 Apr 2025 08:39:53 +0200 Subject: [PATCH] chore(ci): sort folders --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 9dc46c1..45db800 100755 --- a/build.sh +++ b/build.sh @@ -243,7 +243,7 @@ main() { validate_env_vars setup_git - mapfile -t dirs < <(find . -maxdepth 1 -type d ! -name ".*" -printf "%f\n") + mapfile -t dirs < <(find . -maxdepth 1 -type d ! -name ".*" -printf "%f\n" | sort -u) process_directories "${dirs[@]}" || log "WARN" "Some directory processing failed" process_aur_packages