summaryrefslogtreecommitdiffstats
path: root/bin/macros/addsvnid
diff options
context:
space:
mode:
Diffstat (limited to 'bin/macros/addsvnid')
-rwxr-xr-xbin/macros/addsvnid1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/macros/addsvnid b/bin/macros/addsvnid
index 3d0bca4..b010edc 100755
--- a/bin/macros/addsvnid
+++ b/bin/macros/addsvnid
@@ -1,5 +1,4 @@
#!/usr/bin/awk -f
-##
# Add an SVN $Id$ comment at the end of the comments header
/^#/ { aftercom = 1 }
!/^#/ && aftercom && ! done { print "# $Id$"; done = 1 }