Commit 173e0c9
committed
install: validate gzip integrity before extracting
This avoids cryptic errors from tarball extraction:
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
By pointing out the cause of the error to the user:
gzip: Apple_Guides_and_Sample_Code.tgz: unexpected end of file1 parent 7b15337 commit 173e0c9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
0 commit comments