openjdk: fix sh equality operator
authorAndreas Oberritter <obi@opendreambox.org>
Tue, 26 Oct 2010 15:43:13 +0000 (15:43 +0000)
committerMichael Smith <msmith@cbnco.com>
Sun, 14 Nov 2010 23:36:54 +0000 (18:36 -0500)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Michael Smith <msmith@cbnco.com>
recipes/openjdk/openjdk-6-common.inc

index f6a57ee..c0f8f1f 100644 (file)
@@ -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