From dba0d8515014b632dceac942bd82a5a0a844fa7e Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Wed, 23 Aug 2017 13:59:41 +0000 Subject: Do not add $FreeBSD$ to the patch files. Sponsored by: Absolight --- Tools/scripts/patchtool.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'Tools/scripts/patchtool.py') diff --git a/Tools/scripts/patchtool.py b/Tools/scripts/patchtool.py index 65d7b533f196..aa837588bb69 100755 --- a/Tools/scripts/patchtool.py +++ b/Tools/scripts/patchtool.py @@ -210,9 +210,6 @@ def gendiff(path, wrksrc, outfile = ''): if (outfile != ''): outbuf[0] = '--- %s\n' % path_orig outbuf[1] = '+++ %s\n' % path - outbuf.insert(0, '\n') - outbuf.insert(0, '$%s$\n' % Vars.CVS_ID) - outbuf.insert(0, '\n') open(outfile, 'w').writelines(outbuf) else: sys.stdout.writelines(outbuf) -- cgit v1.2.3