summaryrefslogtreecommitdiffstats
path: root/recipes/qt4
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-08-02 16:47:03 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-08-02 17:00:29 +0200
commit6db30a40ce4e47ae176ec251aec62cb6c03f7ca2 (patch)
tree4dd686e27eca5d059ff762cec61a96661d0138d5 /recipes/qt4
parentb9eea9a5d6bed613434209e646471b3086dcb0d8 (diff)
downloadopenembedded-6db30a40ce4e47ae176ec251aec62cb6c03f7ca2.tar.gz
qt4.inc: Fix of shell for some shells
Diffstat (limited to 'recipes/qt4')
-rw-r--r--recipes/qt4/qt4.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/qt4/qt4.inc b/recipes/qt4/qt4.inc
index 79240eda12..50dd1d8760 100644
--- a/recipes/qt4/qt4.inc
+++ b/recipes/qt4/qt4.inc
@@ -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