commit | 0496e824a5b97edc9991f62c7c74f9b24b16edc7 | [log] [tgz] |
---|---|---|
author | Peter Korsgaard <jacmet@sunsite.dk> | Thu Feb 28 09:59:23 2013 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Thu Feb 28 09:59:23 2013 +0100 |
tree | 461a62c88e5b8268d8444bad9e87017eee2bb864 | |
parent | f59d563399be3d9af3e7b4673e13905d28f2339b [diff] |
run-parts: add --exit-on-error | -e support The "big" run-parts supports a handy --exit-on-error to stop execution on errors, so lets support it as well. Upstream doesn't have a short option for it, but I've used '-e' for busybox. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>