aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/openjdk/openjdk-6-common.inc2
1 files changed, 1 insertions, 1 deletions
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