From: Ian Jackson Date: Mon, 1 Oct 2018 13:32:29 +0000 (+0100) Subject: dgit: Remove a spurious space (nfc) X-Git-Tag: archive/debian/7.0_pre1~17 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=e080e3f7d2ef1af449d88be632ebbb7ce097dfe5 dgit: Remove a spurious space (nfc) Signed-off-by: Ian Jackson --- diff --git a/dgit b/dgit index 8ce43899..f826cdaa 100755 --- a/dgit +++ b/dgit @@ -6116,7 +6116,7 @@ END quiltify($clogp,$headref,$oldtiptree,\@failsuggestion); if (!open P, '>>', ".pc/applied-patches") { - $!==&ENOENT or confess $!; + $!==&ENOENT or confess $!; } else { close P; }