Oct. 27, 2012
6:14 p.m.
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@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