]> git.ozlabs.org Git - yaboot.git/commit
ybin succeeds but returns error code
authorAnton Blanchard <anton@samba.org>
Thu, 5 Feb 2009 14:19:26 +0000 (14:19 +0000)
committerTony Breeds <tony@bakeyournoodle.com>
Fri, 13 Feb 2009 00:29:33 +0000 (11:29 +1100)
commiteef44476ec965ef671c9bd239936ef6f2ee38afa
tree6e4f768f83b4f08ee517173dfa112d5218734dac
parent6a77b7a8418741a270bc8c74406b935168c587dc
ybin succeeds but returns error code

Hi,

On a System p box, ybin returns an error even though it succeeds:

# ybin
# echo $?
1

The patch below fixes it:

# ybin
# echo $?
0

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
ybin/ybin