From b9e3ff0bf4c74badfb64c6816bfda2c98996ebac Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 25 Dec 2016 16:39:09 +0200 Subject: Remove another extra space from arg to a ligtian opt --- icklib/cleanly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- cgit v1.2.1