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