[prev in list] [next in list] [prev in thread] [next in thread] 

List:       busybox
Subject:    Re: [OpenWrt-Devel] [Bug: Busybox 1.22.1] false return 0 instead of 1 with '--help' switch.
From:       Bastian Bittorf <bittorf () bluebottle ! com>
Date:       2014-08-29 12:08:56
Message-ID: 20140829120856.GF2482 () medion ! lan
[Download RAW message or body]

* Alive4ever <alive4ever@live.com> [29.08.2014 14:03]:
> I'm using an embedded system with busybox v1.22.1, running Openwrt Chaos Chalmer \
> r42321, mips24k AR9330 
> When I call 'busybox false --help', the return status is zero. I think it has \
> nothing todo with openwrt, because it's the output of busybox, not the problem on \
> openwrt performance. I feel it's strange, because GNU coreutils false binary gives \
> return status 1, even when invoked with '--help' switch. I also notice that Ubuntu \
> busybox false, which is version 1.21.1 performs the same behaviour as GNU \
> coreutils. 

i cannot see a bug here on OpenWrt:

root@box:~ busybox false --help
BusyBox v1.22.1 (2014-08-28 18:55:30 EDT) multi-call binary.

Usage: false 

Return an exit code of FALSE (1)

root@box:~ echo $?
0
root@box:~ false --help
root@box:~ echo $?
1
root@box:~ false bla
root@box:~ echo $?
1

bye, bastian
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic