Fix (hopefully) some oversights in recent Bison cleanup patch.
[PostgreSQL.git] / src / tools / find_gt_lt
blob76c42c91e86023019142843cc207e9ce1f75b7b3
1 #!/bin/sh
3 # $PostgreSQL$
5 grep "$@" '[^]a-z0-9"/!-]>' *.sgml ref/*.sgml
6 grep "$@" '<[^]a-z0-9"/!-]' *.sgml ref/*.sgml