[poky] [PATCH 0/1] ADT: Fix script check_result error
Richard Purdie
richard.purdie at linuxfoundation.org
Mon Feb 21 09:54:47 PST 2011
On Tue, 2011-02-22 at 05:54 +0800, Liping Ke wrote:
> From: Liping Ke <liping.ke at intel.com>
>
> When meeting errors, the return number can't be directly compared with
> "-1". The correct way is to compare it with 0. If the result is a non-zero
> number, we meet error. This patch is for fixing [BUGID #742]
>
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: lke/adt-fix
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lke/adt-fix
>
> Thanks,
> Liping Ke <liping.ke at intel.com>
> ---
>
>
> Liping Ke (1):
> ADT: Fix check_result script cond comparison bug
>
> .../installer/adt-installer/scripts/util | 8 ++++----
> 1 files changed, 4 insertions(+), 4 deletions(-)
Merged to master, thanks.
Richard
More information about the poky
mailing list