diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-06-20 10:59:06 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-06-20 11:02:40 +0200 |
commit | 5c3e060604444b18303f55e631637c28d889704f (patch) | |
tree | 6afe8c3d5292b171149f79393a4b2ca293dafa84 /shell/ash_test/ash-quoting | |
parent | 0ad872baf30b660ffb87265470d29f14cfc4b2d4 (diff) | |
download | busybox-5c3e060604444b18303f55e631637c28d889704f.tar.gz |
modprobe-small: fix bogus handling of unpack errors
"modprobe minix; echo $?"
Was:
modprobe: corrupted data
modprobe: read error from 'kernel/fs/minix/minix.ko.xz': No such file or directory
modprobe: corrupted data
modprobe: read error from 'kernel/fs/minix/minix.ko.xz': No such file or directory
modprobe: corrupted data
modprobe: read error from 'kernel/fs/minix/minix.ko.xz'
modprobe: 'kernel/fs/minix/minix.ko.xz': Success
0
Now:
modprobe: corrupted data
modprobe: read error from 'kernel/fs/minix/minix.ko.xz'
1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/ash_test/ash-quoting')
0 files changed, 0 insertions, 0 deletions