From 5a62f49527eb6ba82b72f4860a62f31edd785777 Mon Sep 17 00:00:00 2001 From: Emmet Hikory Date: Wed, 3 Feb 2010 14:58:45 -0800 Subject: [PATCH] elif is nicer than else if --- pbuilder-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbuilder-dist b/pbuilder-dist index 78b350d..91dab02 100755 --- a/pbuilder-dist +++ b/pbuilder-dist @@ -314,7 +314,7 @@ def main(): if requested_arch: if requested_arch in ('i386', 'amd64') and app.system_architecture == 'amd64': app.build_architecture = requested_arch - else if requested_arch == 'armel' and app.system_architecture in ('i386', 'amd64'): + elif requested_arch == 'armel' and app.system_architecture in ('i386', 'amd64'): app.build_architecture = requested_arch args.append('--debootstrap=build-arm-chroot') else: