]> git.cameronkatri.com Git - bsd-progress.git/commit
Exit with any failure code from the cmd or gzip.
authordsl <dsl@NetBSD.org>
Wed, 23 Feb 2005 22:32:31 +0000 (22:32 +0000)
committerdsl <dsl@NetBSD.org>
Wed, 23 Feb 2005 22:32:31 +0000 (22:32 +0000)
commitbb9c4e7d0b634baa7634106ed0f4bb650b979eed
treebed08218708b2a45634ec0c07dbde9a29828cbad
parentdf4d2fb54d404977d480974085b1efa070c177fc
Exit with any failure code from the cmd or gzip.
Decode gzip -l output with strtoimax() (not sscanf()) so we don't use an
uninitialised variable if the output format isn't what we expect.
This might fix some installation PRs (no error being reported)
progress.c