From 21c8966d8c2a930f7ead1fd417b11a9606b8a859 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 25 Aug 2013 00:52:53 +0100 Subject: Create .pc/applied-patches - do not empty it (!) --- dgit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dgit') 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; -- cgit v1.2.3