summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-12-25 17:17:19 +0200
committerLars Wirzenius <liw@liw.fi>2016-12-25 17:17:19 +0200
commit025121a560c561cd4be823504fbfed289ed0ff49 (patch)
tree0cd75d1fb4a4d23b98f8f1ddc093b26459f2614b
parent0c7c5060a68cf16ecc0c0b159050f7ea3d99d5e5 (diff)
downloadick-025121a560c561cd4be823504fbfed289ed0ff49.tar.gz
Fix syntax error
-rwxr-xr-xicklib/cleanly2
1 files changed, 1 insertions, 1 deletions
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: