Your Name 444ca8c57d fix: robust AUR update detection in updateall
- replace fragile quoted test -z "$aur_qu" with count-based empty check for fish list handling
- separate success (code 0 + empty) vs error (code !=0 + empty) to avoid false up-to-date on network failures
- use string match -qr with explicit patterns for helpers messages instead of quoted glob checks
- fix global leak: use set -l answer and read -l, validate with string match -qr ^[Yy]$
- deduplicate and clarify error vs pending branches while keeping mandatory PKGBUILD review guard
2026-08-25 14:29:10 +00:00
2026-08-14 13:39:41 +02:00
2026-08-03 23:11:01 +02:00
2026-08-22 16:21:10 +02:00
2026-07-12 22:49:40 +02:00
2026-08-22 16:21:10 +02:00
2025-11-16 23:28:49 +01:00
2025-11-16 17:09:02 +01:00
S
Description
No description provided
Readme
286 KiB
Languages
Shell 100%