mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
elif is nicer than else if
This commit is contained in:
parent
bffe719703
commit
5a62f49527
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user