All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] ADT: Fix script check_result error
@ 2011-02-21 21:54 Liping Ke
  2011-02-21 17:54 ` Richard Purdie
  2011-02-21 21:54 ` [PATCH 1/1] ADT: Fix check_result script cond comparison bug Liping Ke
  0 siblings, 2 replies; 3+ messages in thread
From: Liping Ke @ 2011-02-21 21:54 UTC (permalink / raw)
  To: poky; +Cc: Liping Ke

From: Liping Ke <liping.ke@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@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(-)



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-02-21 17:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-21 21:54 [PATCH 0/1] ADT: Fix script check_result error Liping Ke
2011-02-21 17:54 ` Richard Purdie
2011-02-21 21:54 ` [PATCH 1/1] ADT: Fix check_result script cond comparison bug Liping Ke

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.