summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-01 14:32:29 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-01 14:32:29 +0100
commite080e3f7d2ef1af449d88be632ebbb7ce097dfe5 (patch)
tree2871d06c1229d12cc7ab2dd2ee74f42c4598e889
parent00ac08331f4119b8726748c109ce9a2d50f2887e (diff)
dgit: Remove a spurious space (nfc)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index 8ce4389..f826cda 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;
}