Apply suggestion from @Copilot

Ignore header lines for qpkg package manager

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Joanna Hartley 2026-03-08 17:34:48 +00:00 committed by GitHub
parent 7dc5f79d8c
commit 2c054076ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2421,7 +2421,7 @@ get_packages() {
;;
QNX)
has qpkg && tot qpkg list && ((packages-=4))
has qpkg && pkgs_h=4 tot qpkg list && ((packages-=4))
has apk && tot apk info
;;
esac