From: Koen Kooi Date: Wed, 19 Mar 2008 21:53:03 +0000 (+0000) Subject: native.bbclass: fix ] spacing X-Git-Tag: Release-2010-05/1~7339 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d0b164c696c5b3934780bb49182953043da4e83;p=openembedded.git native.bbclass: fix ] spacing --- diff --git a/classes/native.bbclass b/classes/native.bbclass index ec9ca6bef3..43c71e16cf 100644 --- a/classes/native.bbclass +++ b/classes/native.bbclass @@ -76,7 +76,7 @@ export oldincludedir = "${STAGING_DIR_NATIVE}${layout_includedir}" do_stage () { if [ "${INHIBIT_NATIVE_STAGE_INSTALL}" != "1" ] then - if [ "${AUTOTOOLS_NATIVE_STAGE_INSTALL}" != "1"] + if [ "${AUTOTOOLS_NATIVE_STAGE_INSTALL}" != "1" ] then oe_runmake install else