diff options
author | Rene Wagner <rw@handhelds.org> | 2006-01-31 20:34:03 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-31 20:34:03 +0000 |
commit | c38ad5cec87e709c72859c027186b9b295fb41e3 (patch) | |
tree | 5a6859b445c6a488b9bbf411d66a10bda6ec165a | |
parent | 018e4eb1e52283335d165f56ec887a057fb8cb90 (diff) |
disapproval of revision '304f797758aebb96591a27d547338e2c77c68ada'
-rw-r--r-- | classes/package.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/package.bbclass b/classes/package.bbclass index 53e1b936b7..81ab094ef1 100644 --- a/classes/package.bbclass +++ b/classes/package.bbclass @@ -110,7 +110,7 @@ runstrip() { if test $st -ne 0 then oewarn "runstrip: ${STRIP} $1: strip failed" >&2 - if [ x${IGNORE_STRIP_ERRORS} != x1 ] + if test -n '${IGNORE_STRIP_ERRORS}' then #FIXME: remove this, it's for error detection if file "$1" 2>/dev/null >&2 |