diff options
author | Koen Kooi <koen@openembedded.org> | 2008-03-19 21:53:03 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-03-19 21:53:03 +0000 |
commit | 4d0b164c696c5b3934780bb49182953043da4e83 (patch) | |
tree | 29be88fe6c7a07ed3a7720e5d57152afac4595be /classes/native.bbclass | |
parent | 7b3b60f81f2ccc3a9d372de6ec5658bdd7644b1f (diff) |
native.bbclass: fix ] spacing
Diffstat (limited to 'classes/native.bbclass')
-rw-r--r-- | classes/native.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
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 |