]> git.saurik.com Git - apple/system_cmds.git/blame - zic.tproj/ZIC_HACK
system_cmds-790.20.2.tar.gz
[apple/system_cmds.git] / zic.tproj / ZIC_HACK
CommitLineData
1a7e3f61 1#!/bin/sh
916eb79e
A
2#this must be run on a native system
3
1a7e3f61
A
4ZONE_FILES="$(egrep --files-with-match '^(Zone|Rule|Link)' datfiles/*)"
5zic -y datfiles/yearistype.sh -d /tmp/zoneinfo -L /dev/null $ZONE_FILES
916eb79e 6