]> code.ossystems Code Review - openembedded-core.git/commit
runqemu-internal: Fixes unary operator expected in new TCPSERIAL_PORTNUM
authorAníbal Limón <anibal.limon@linux.intel.com>
Wed, 26 Aug 2015 14:48:18 +0000 (09:48 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 30 Aug 2015 11:34:26 +0000 (12:34 +0100)
commit7bbe24f19e6005eccefd404b3a6d5d9443dd5b36
treebee7201521496abf2e1d0da1f7d17e819ac14fc9
parent468fef1ccfcc5495b6d20576864269da0cdba948
runqemu-internal: Fixes unary operator expected in new TCPSERIAL_PORTNUM

If $TCPSERIAL_PORTNUM is empty string causes an error because
expands the expresion to,

$TCPSERIAL_PORTNUM == "" -> == ""

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/runqemu-internal