]> git.cameronkatri.com Git - apple_cmds.git/blob - system_cmds/zic.tproj/ZIC_HACK
file_cmds: Fix BINDIRs again
[apple_cmds.git] / system_cmds / 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