disapproval of revision 'af1f287266f2f111baa6945c52966396c108642b'
authorRene Wagner <rw@handhelds.org>
Tue, 31 Jan 2006 20:38:12 +0000 (20:38 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 31 Jan 2006 20:38:12 +0000 (20:38 +0000)
classes/package.bbclass

index 81ab094..53e1b93 100644 (file)
@@ -110,7 +110,7 @@ runstrip() {
                if test $st -ne 0
                then
                        oewarn "runstrip: ${STRIP} $1: strip failed" >&2
-                       if test -n '${IGNORE_STRIP_ERRORS}'
+                       if [ x${IGNORE_STRIP_ERRORS} != x1 ]
                        then
                                #FIXME: remove this, it's for error detection
                                if file "$1" 2>/dev/null >&2