From e080e3f7d2ef1af449d88be632ebbb7ce097dfe5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 1 Oct 2018 14:32:29 +0100 Subject: [PATCH] dgit: Remove a spurious space (nfc) Signed-off-by: Ian Jackson --- dgit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.30.2