summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-12-25 16:39:09 +0200
committerLars Wirzenius <liw@liw.fi>2016-12-25 16:39:09 +0200
commitb9e3ff0bf4c74badfb64c6816bfda2c98996ebac (patch)
tree20449687b4e7bfb04f6fc4980a38a71ee1c71102
parent8b84bce89b462f140f2fa4c55025433f441538a0 (diff)
downloadick-b9e3ff0bf4c74badfb64c6816bfda2c98996ebac.tar.gz
Remove another extra space from arg to a ligtian opt
-rwxr-xr-xicklib/cleanly2
1 files changed, 1 insertions, 1 deletions
diff --git a/icklib/cleanly b/icklib/cleanly
index 5354971..04c240a 100755
--- a/icklib/cleanly
+++ b/icklib/cleanly
@@ -246,7 +246,7 @@ class App(cliapp.Application):
with open('/dev/null') as f:
cliapp.runcmd(
['debuild', '-S', '-sa', '-us', '-uc', '-i',
- '--lintian-opts', '-X bad-distribution-in-changes-file,changed-by-address-malformed'],
+ '--lintian-opts', '-Xbad-distribution-in-changes-file,changed-by-address-malformed'],
cwd=srcdir, stdin=f, stdout=None, stderr=None)
self._report('Clean up')