Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libedit don't use the path for awk



details:   https://anonhg.NetBSD.org/src/rev/726a8f7765d5
branches:  trunk
changeset: 544081:726a8f7765d5
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Mar 10 21:21:10 2003 +0000

description:
don't use the path for awk

diffstat:

 lib/libedit/makelist |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 101a773d9206 -r 726a8f7765d5 lib/libedit/makelist
--- a/lib/libedit/makelist      Mon Mar 10 21:18:50 2003 +0000
+++ b/lib/libedit/makelist      Mon Mar 10 21:21:10 2003 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#      $NetBSD: makelist,v 1.7 2001/01/09 19:22:31 jdolecek Exp $
+#      $NetBSD: makelist,v 1.8 2003/03/10 21:21:10 christos Exp $
 #
 # Copyright (c) 1992, 1993
 #      The Regents of the University of California.  All rights reserved.
@@ -39,7 +39,7 @@
 
 # makelist.sh: Automatically generate header files...
 
-AWK=/usr/bin/awk
+AWK=awk
 USAGE="Usage: $0 -h|-e|-fc|-fh|-bc|-bh|-m <filenames>"
 
 if [ "x$1" = "x" ]



Home | Main Index | Thread Index | Old Index