summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-25 00:52:53 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-25 00:52:53 +0100
commit21c8966d8c2a930f7ead1fd417b11a9606b8a859 (patch)
tree043789f993bb91a722c3d1c7e413abbfa2c3aa95 /dgit
parentb775be20ea45f5cb75d0acc6a6bb86f64e62365f (diff)
Create .pc/applied-patches - do not empty it (!)debian/0.10
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index 3f9dd97..7352371 100755
--- a/dgit
+++ b/dgit
@@ -1017,7 +1017,7 @@ END
runcmd_ordryrun @dpkgsource, qw(--commit .), $patchname;
}
- if (!open P, '>', ".pc/applied-patches") {
+ if (!open P, '>>', ".pc/applied-patches") {
$!==&ENOENT or die $!;
} else {
close P;