From: Andreas Oberritter Date: Tue, 26 Oct 2010 15:43:13 +0000 (+0000) Subject: openjdk: fix sh equality operator X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cbc4ff8e16f2672bd4b276e3826d011e172ba9d;p=openembedded.git openjdk: fix sh equality operator Signed-off-by: Andreas Oberritter Acked-by: Michael Smith --- diff --git a/recipes/openjdk/openjdk-6-common.inc b/recipes/openjdk/openjdk-6-common.inc index f6a57eeecc..c0f8f1f885 100644 --- a/recipes/openjdk/openjdk-6-common.inc +++ b/recipes/openjdk/openjdk-6-common.inc @@ -191,7 +191,7 @@ do_configure_prepend() { # can happen if icedtea6-native is not ready at this point. The recipe # should make sure this is not the case but a little sanity checking # in such a complicated build can't be wrong. - if [ x$symlinked == xfalse ] + if [ x$symlinked = xfalse ] then oefatal "Build b0rken! Have not created any symlinks for fake-jdk!" else