]>
git.saurik.com Git - apple/system_cmds.git/blob - zic.tproj/generate_zone_file_list.sh
5 # we need to know where the data files are...
7 echo "Usage: $0 DATA_FILES_DIR" 1>&2
12 ZONE_FILES
="$(egrep --files-with-match '^(Zone|Rule|Link)' "${DATFILES}"/* | awk -F "/" '{print $NF}')"
14 for tz
in ${ZONE_FILES}; do
15 if [ ${tz} = "backward" ]; then
18 elif [ ${tz} = "backzone" ]; then
25 if [ -n "$DO_BACKWARD" ]; then