ybin always returns an error, even when it succeeds. I have a patch
pending for yaboot, but it turns out ybin -v fixes the bug by accident
(basically the ybin shell script is missing a return, and -v runs echo
which sets a 0 error code for us).

# ybin
# echo $?
1

# ybin -v > /dev/null
# echo $?
0

Signed-off-by: Anton Blanchard <anton@samba.org>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@2753 592f7852-d20e-0410-864c-8624ca9c26a4
1 file changed