summaryrefslogtreecommitdiff
path: root/dist/s_getopt
blob: 91d658fcd211580391b58d898344675c48774b5a (plain)
1
2
3
4
5
6
#! /bin/sh

# Complain if someone breaks getopt usage in the wt utility.
egrep -w 'opterr|optind|optopt|optreset|optarg' ../src/utilities/*.c

exit 0