summaryrefslogtreecommitdiff
path: root/src/tools/codelines
diff options
context:
space:
mode:
authorBruce Momjian2006-03-11 04:38:42 +0000
committerBruce Momjian2006-03-11 04:38:42 +0000
commitf3d99d160d1f6104dc7b1b44e66aa4c713e52680 (patch)
tree2cbd8fd961414b548e8b6d506a3cd286d66b8f0e /src/tools/codelines
parent7992d0fbcaa5fa185f465e434836d63c1da94ba9 (diff)
Add CVS tag lines to files that were lacking them.
Diffstat (limited to 'src/tools/codelines')
-rwxr-xr-xsrc/tools/codelines4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tools/codelines b/src/tools/codelines
index c72cab442f5..6455e83e0a4 100755
--- a/src/tools/codelines
+++ b/src/tools/codelines
@@ -1,4 +1,6 @@
-:
+#!/bin/sh
+
+# $PostgreSQL: pgsql/src/tools/codelines,v 1.3 2006/03/11 04:38:41 momjian Exp $
# This script is used to compute the total number of "C" lines in the release
# This should be run from the top of the CVS tree after a 'make distclean'