Skip to content

Commit

Permalink
Recognize *roff comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
dag-erling committed Jan 19, 2016
1 parent 449d10e commit c1ea5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/openssh/freebsd-pre-merge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
find . -type f -name '*.[1-9ch]' | cut -c 3- | \
while read f ; do
svn proplist -v $f | grep -q 'FreeBSD=%H' || continue
egrep -l '/\* \$FreeBSD[:\$]' $f >>keywords
egrep -l '(\.\\"|/\*) \$FreeBSD[:\$]' $f >>keywords
egrep -l '__RCSID\("\$FreeBSD[:\$]' $f >>rcsid
done
sort -u keywords rcsid | xargs perl -n -i -e '
Expand Down

0 comments on commit c1ea5e1

Please sign in to comment.