summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
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;