Module Name: othersrc
Committed By: lukem
Date: Sun Jan 31 22:11:18 UTC 2016
Modified Files:
othersrc/usr.bin/tnftp/libedit: makelist
Log Message:
makelist: allow AWK to be supplied in env
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 othersrc/usr.bin/tnftp/libedit/makelist
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/usr.bin/tnftp/libedit/makelist
diff -u othersrc/usr.bin/tnftp/libedit/makelist:1.3 othersrc/usr.bin/tnftp/libedit/makelist:1.4
--- othersrc/usr.bin/tnftp/libedit/makelist:1.3 Sun Jan 31 22:06:02 2016
+++ othersrc/usr.bin/tnftp/libedit/makelist Sun Jan 31 22:11:18 2016
@@ -1,5 +1,6 @@
#!/bin/sh -
-# NetBSD: makelist,v 1.18 2012/03/21 05:34:54 matt Exp
+# $NetBSD: makelist,v 1.4 2016/01/31 22:11:18 lukem Exp $
+# from: NetBSD: makelist,v 1.18 2012/03/21 05:34:54 matt Exp
#
# Copyright (c) 1992, 1993
# The Regents of the University of California. All rights reserved.
@@ -35,7 +36,7 @@
# makelist.sh: Automatically generate header files...
-AWK=awk
+: ${AWK:=awk}
USAGE="Usage: $0 -n|-h|-e|-fc|-fh|-bc|-bh|-m <filenames>"
if [ "x$1" = "x" ]