[tz] [PROPOSED PATCH 1/2] * Makefile (check_sorted): Fix typo in recent change.

Paul Eggert eggert at cs.ucla.edu
Sun Sep 7 01:43:38 UTC 2014


---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 8e0a6d7..86682ce 100644
--- a/Makefile
+++ b/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)
-- 
1.9.1



More information about the tz mailing list