From 025121a560c561cd4be823504fbfed289ed0ff49 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 25 Dec 2016 17:17:19 +0200 Subject: Fix syntax error --- icklib/cleanly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icklib/cleanly b/icklib/cleanly index 9f3e3dc..7bbe791 100755 --- a/icklib/cleanly +++ b/icklib/cleanly @@ -323,7 +323,7 @@ class App(cliapp.Application): if has_check_option: opts.extend([ '--debbuildopts', '--check-option=-Xfoo,bad-distribution-in-changes-file,changed-by-address-malformed', - ] + ]) if self.settings['build-arch-all-also']: opts += ['--debbuildopts', '-b'] else: -- cgit v1.2.1