aboutsummaryrefslogtreecommitdiffstats
path: root/squashfu
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-01-17 21:06:11 -0500
committerDave Reisner <d@falconindy.com>2010-01-17 21:06:11 -0500
commit197efd1d8ba48acc3e12f2669073c3693bf634ee (patch)
treeb3c6bc60c442e50478ac831a09f4ee6b446ef6f0 /squashfu
parentb0b5a70565bf654e0cfcb91ff4cae6c3165e4d96 (diff)
downloadsquashfu-197efd1d8ba48acc3e12f2669073c3693bf634ee.tar.gz
Exit with return value on action_resquash_now
Diffstat (limited to 'squashfu')
-rwxr-xr-xsquashfu1
1 files changed, 1 insertions, 0 deletions
diff --git a/squashfu b/squashfu
index 45dd92f..49e62e8 100755
--- a/squashfu
+++ b/squashfu
@@ -347,6 +347,7 @@ action_resquash_now () {
create_new_squash $[ $number_of_bins - $MIN_BINS ]
fi
+ exit $?
}
usage () {