summaryrefslogtreecommitdiff
path: root/Tools/scripts
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-08-23 13:59:41 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-08-23 13:59:41 +0000
commitdba0d8515014b632dceac942bd82a5a0a844fa7e (patch)
tree6f1e9e83b0cf426c2df893619bbaa577ea1d39f6 /Tools/scripts
parent* Use HTTPS master site (diff)
Do not add $FreeBSD$ to the patch files.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=448612
Diffstat (limited to 'Tools/scripts')
-rwxr-xr-xTools/scripts/patchtool.py3
1 files changed, 0 insertions, 3 deletions
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)