qt4.inc: Fix of shell for some shells
authorHolger Hans Peter Freyther <zecke@selfish.org>
Sun, 2 Aug 2009 14:47:03 +0000 (16:47 +0200)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sun, 2 Aug 2009 15:00:29 +0000 (17:00 +0200)
recipes/qt4/qt4.inc

index 79240ed..50dd1d8 100644 (file)
@@ -123,11 +123,11 @@ do_configure() {
     unset QMAKESPEC
     unset QTDIR
 
-    if [! -e bin/qmake]; then
+    if [ ! -e bin/qmake ]; then
         ln -sf ${STAGING_BINDIR_NATIVE}/qmake2 bin/qmake
     fi
 
-    if [! -e mkspecs/${TARGET_OS}-oe-g++]; then
+    if [ ! -e mkspecs/${TARGET_OS}-oe-g++ ]; then
         ln -sf linux-g++ mkspecs/${TARGET_OS}-oe-g++
     fi