commit | 0903056a2372d9df970644f77fbb4899c4314268 | [log] [tgz] |
---|---|---|
author | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | Fri Feb 06 00:40:57 2009 +0000 |
committer | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | Fri Feb 06 00:40:57 2009 +0000 |
tree | ede50adec00b87c245386ab19e2c0e3c143c254f | |
parent | 6dadd8360710eb88fb80a9ce85433e13e8dcabe9 [diff] |
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