diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-05 19:11:30 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-05 19:11:30 (EDT) |
commit | e2492430cb5f64b3bc6caaee445ebcd107f825bb (patch) | |
tree | 72914097c02ca50d390dc664e55a87f3c7f2bbab | |
parent | a2f6c3082f779026ee9c3817f8d3a2832e0ccb6a (diff) |
build: zic's -y option is now obsolete
-rwxr-xr-x | build | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -18,8 +18,7 @@ build: oh-autobuild -- KSHELL=/bin/sh for t in $(tables); do \ /usr/sbin/zic -d tzdata-$${t}.data/usr/share/zoneinfo \ - -L /dev/null -y yearistype.sh \ - src/$${t} || exit $?; \ + -L /dev/null src/$${t} || exit $?; \ done touch $@ |