From 59eb4f80181749c8d2e0164a643edf4ad36b9318 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Mon, 9 Mar 2009 18:22:57 +0000 Subject: Fix detection of 64 bit installation attempts on 32 bit machines 64bit returns an int, not a bool, thus 64bit not is not what you expect: it's a bitwise negation, not a logic negation of 64bit return value --- src/common.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/common.inc') diff --git a/src/common.inc b/src/common.inc index cc7f282..47d7e24 100644 --- a/src/common.inc +++ b/src/common.inc @@ -537,8 +537,7 @@ syslinux { 32+64bit_source not { - - 64bit not 64bit_source and { + 64bit 64bit_source not or not { notimeout 64bit_popup } if -- cgit v1.2.1