Don't use absolute path.

Submitted by:	jhay
This commit is contained in:
Jordan K. Hubbard 1998-05-27 07:39:05 +00:00
parent b8cf4de4c8
commit 3081c7cd68
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36407

View File

@ -38,7 +38,7 @@
# makelist.sh: Automatically generate header files...
AWK=/usr/bin/awk
AWK=awk
USAGE="Usage: $0 -h|-e|-fc|-fh|-bc|-bh <filenames>"
if [ "x$1" = "x" ]