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