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