Skip to content

Commit

Permalink
Use resolved zic location
Browse files Browse the repository at this point in the history
Allows the script to be called from any directory
  • Loading branch information
Matéu authored and Matéu committed Oct 13, 2020
1 parent 3ddf2e9 commit b3cdba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/update-tz-database.raku
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ print "Processing zone files... ";
for TZ-ZONE-FILES<> -> $zone {
print "\rProcessing zone files... $b","($zone)$x \x001b[K";
unless my $proc = run(
'update/bin/zic',
TZ-ZIC-EXE,
'-d', TZif-DIR,
'-L', TZ-LEAPSECONDS,
"{TZ-DATA-DIR}/$zone", :err) {
Expand Down

0 comments on commit b3cdba0

Please sign in to comment.