Open arcxio opened 4 months ago
mostly relevant for pa list, which without the pipefail returns 0 if any command before sort has failed for some reason.
pa list
sort
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
mostly relevant for
pa list
, which without the pipefail returns 0 if any command beforesort
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