mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-11-20 00:20:20 +00:00
* Makefile (check_sorted): Fix typo in recent change.
This commit is contained in:
2
Makefile
2
Makefile
@ -491,7 +491,7 @@ check_sorted: backward backzone iso3166.tab zone1970.tab
|
||||
$(AWK) '/^Link/ {print $$3}' backward | LC_ALL=C sort -c
|
||||
$(AWK) '/^Zone/ {print $$2}' backzone | LC_ALL=C sort -c
|
||||
$(AWK) '/^[^#]/ {print}' iso3166.tab | LC_ALL=C sort -c
|
||||
$(AWK) '/^[^#]/ {print substr($0, 1, 2)}' zone1970.tab | \
|
||||
$(AWK) '/^[^#]/ {print substr($$0, 1, 2)}' zone1970.tab | \
|
||||
LC_ALL=C sort -c
|
||||
|
||||
check_tables: checktab.awk $(PRIMARY_YDATA) $(ZONETABLES)
|
||||
|
||||
Reference in New Issue
Block a user