pacman -Sg doesn't print an error message
Description:
pacman -Sg
doesn't print an error message if the queried package group doesn't exist, as it does with many similar operations (-Si
, -Sl
, -Qi
, -Qg
, -Ql
, -Qc
, -Qk
), and even though it exits with code 1.
Additional info:
- package version(s): 6.1.0-3
- config and/or log files: N/A
- link to upstream bug report, if any: N/A
Steps to reproduce:
pacman -Sg nonexistent
- Observe no error message printed.