biox / pa

a simple password manager. encryption via age, written in portable posix shell
https://passwordass.org
Other
506 stars 21 forks source link

enable pipefail #32

Open arcxio opened 4 months ago

arcxio commented 4 months ago

mostly relevant for pa list, which without the pipefail returns 0 if any command before sort has failed for some reason.

pipefail is now part of POSIX 2024, but dash's release and in turn shellcheck fall behind.

depends on the resolution of koalaman/shellcheck#2555