[tz] [PATCH 2/3] build: default AWK to awk
Mike Frysinger
vapier at gentoo.org
Sat Oct 27 07:14:35 UTC 2012
It's much more common to have `awk` available on the system than `nawk`.
So default it that way. This also matches tzselect.ksh behavior.
Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 625c6b2..000d3f4 100644
--- a/Makefile
+++ b/Makefile
@@ -235,7 +235,7 @@ zic= ./zic
ZIC= $(zic) $(ZFLAGS)
# The name of a Posix-compliant `awk' on your system.
-AWK= nawk
+AWK= awk
# The path where SGML DTDs are kept.
# The default is appropriate for Ubuntu.
--
1.7.12
More information about the tz
mailing list