summaryrefslogtreecommitdiff
path: root/mcon
diff options
context:
space:
mode:
authorrmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>2010-11-22 17:33:04 +0000
committerrmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>2010-11-22 17:33:04 +0000
commit062d422c33815948ff07a44cb9fb30b099cc9b10 (patch)
tree162c31072c2c9b3db1b08036f77b8a537ce79e85 /mcon
parent45f34b62e4f5cc108e06430cb5dffeba210fab9a (diff)
Added lookup for nawk.
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@32 2592e710-e01b-42a5-8df0-11608a6cc53d
Diffstat (limited to 'mcon')
-rw-r--r--mcon/U/Loc.U7
1 files changed, 4 insertions, 3 deletions
diff --git a/mcon/U/Loc.U b/mcon/U/Loc.U
index 6afc8f0..c6eb9bb 100644
--- a/mcon/U/Loc.U
+++ b/mcon/U/Loc.U
@@ -64,14 +64,14 @@
?MAKE:Loc awk ar bash bison byacc cat chgrp chmod chown \
comm compress cp cpio cpp csh date echo egrep emacs expr find flex \
gmake gzip grep inews ksh less line lint ln lp lpr ls mail mailx \
- make mkdir more mv nm nroff perl pg pmake pr rm rmail sed sendmail \
+ make mkdir more mv nawk nm nroff perl pg pmake pr rm rmail sed sendmail \
shar sleep smail sort submit tail tar tbl tee test touch tr troff \
uname uniq uuname vi zcat zip: eunicefix n c startsh Instruct Warn
?MAKE: -pick weed $@ %<
?LINT: describe awk ar bash bison byacc cat chgrp chmod chown \
comm compress cp cpio cpp csh date echo egrep emacs expr find flex \
gmake gzip grep inews ksh less line lint ln lp lpr ls mail mailx \
- make mkdir more mv nm nroff perl pg pmake pr rm rmail sed sendmail \
+ make mkdir more mv nawk nm nroff perl pg pmake pr rm rmail sed sendmail \
shar sleep smail sort submit tail tar tbl tee test touch tr troff \
uname uniq uuname vi zcat zip
?V::pth loclist trylist
@@ -186,6 +186,7 @@ trylist="
?mailx:mailx
?make:make
?more:more
+?nawk:nawk
?nm:nm
?nroff:nroff
?perl:perl
@@ -211,7 +212,7 @@ trylist="
?LINT: set awk ar bash bison byacc cat chgrp chmod chown \
comm compress cp cpio cpp csh date echo emacs expr find flex \
gmake gzip grep inews ksh less line lint lp lpr ls mail mailx \
- mkdir more mv nm nroff perl pg pmake pr rm rmail sed sendmail \
+ mkdir more mv nawk nm nroff perl pg pmake pr rm rmail sed sendmail \
shar sleep smail sort submit tail tar tbl tee touch tr troff \
uname uniq uuname vi zcat zip
pth=`echo $PATH | sed -e "s/$p_/ /g"`