diff options
Diffstat (limited to 'tar')
-rw-r--r-- | tar/tar2sqfs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tar/tar2sqfs.c b/tar/tar2sqfs.c index a13b84e..63933eb 100644 --- a/tar/tar2sqfs.c +++ b/tar/tar2sqfs.c @@ -551,7 +551,8 @@ int main(int argc, char **argv) if (process_tar_ball()) goto out; - fstree_post_process(&sqfs.fs); + if (fstree_post_process(&sqfs.fs)) + goto out; if (sqfs_writer_finish(&sqfs, &cfg)) goto out; |