3 # Tags files according to FILES2TAG. Entries with # in the beginning will
6 # (C) 2002-2003, Stefan Petersen (spe@stacken.kth.se)
9 FILES2TAG
=files2tag.txt
13 if test -z ${TAG} ; then
18 for file2tag
in `cat ${FILES2TAG}` ; do
19 if test -z "`echo ${file2tag} | mawk '$0 ~ /^#/'`" ; then
20 echo TAGGING
${file2tag}
21 ${CVS} tag ${TAG} ${file2tag}