diff options
author | Dave Reisner <d@falconindy.com> | 2010-01-17 21:06:11 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-01-17 21:06:11 -0500 |
commit | 197efd1d8ba48acc3e12f2669073c3693bf634ee (patch) | |
tree | b3c6bc60c442e50478ac831a09f4ee6b446ef6f0 /squashfu | |
parent | b0b5a70565bf654e0cfcb91ff4cae6c3165e4d96 (diff) | |
download | squashfu-197efd1d8ba48acc3e12f2669073c3693bf634ee.tar.gz |
Exit with return value on action_resquash_now
Diffstat (limited to 'squashfu')
-rwxr-xr-x | squashfu | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -347,6 +347,7 @@ action_resquash_now () { create_new_squash $[ $number_of_bins - $MIN_BINS ] fi + exit $? } usage () { |