diff options
Diffstat (limited to 'meta/classes/package.bbclass')
-rw-r--r-- | meta/classes/package.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index 3d56ca11b6..d6d07682a6 100644 --- a/meta/classes/package.bbclass +++ b/meta/classes/package.bbclass | |||
@@ -153,7 +153,7 @@ runstrip() { | |||
153 | if test $st -ne 0 | 153 | if test $st -ne 0 |
154 | then | 154 | then |
155 | oewarn "runstrip: ${STRIP} $1: strip failed" >&2 | 155 | oewarn "runstrip: ${STRIP} $1: strip failed" >&2 |
156 | if [ x${IGNORE_STRIP_ERRORS} == x1 ] | 156 | if [ x${IGNORE_STRIP_ERRORS} = x1 ] |
157 | then | 157 | then |
158 | #FIXME: remove this, it's for error detection | 158 | #FIXME: remove this, it's for error detection |
159 | if file "$1" 2>/dev/null >&2 | 159 | if file "$1" 2>/dev/null >&2 |