From 0dd6bf15bfb6fba31c2ce238ce352d2185ac1ba8 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 9 May 2013 13:46:10 +0000 Subject: Fix typo --- writeexts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/writeexts.py b/writeexts.py index ed8f7ba6..48847d56 100755 --- a/writeexts.py +++ b/writeexts.py @@ -245,7 +245,7 @@ class WriteExtension(cliapp.Application): value = os.environ.get('BOOTLOADER', 'auto') if value == 'auto': - if ix_x86(os.uname()[-1]): + if is_x86(os.uname()[-1]): value = 'yes' else: value = 'no' -- cgit v1.2.1