Re: net-tools 1.50 is released

Mark Lord (mlord@pobox.com)
Wed, 27 Jan 1999 11:14:49 -0500


Interestingly, the part of the installation that
fails for me is this line, from net-tools-1.50/man/Makefile:

CMDS=`ls *.$$SECTION`; \

which works fine when changed to:

CMDS=`bash -c ls *.$$SECTION`; \

The original doesn't appear to be getting globbed.

??

-- 
mlord@pobox.com

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/