CVSROOT: /cvs Module name: src Changes by: es...@cvs.openbsd.org 2012/09/14 02:46:39
Modified files: usr.bin/make : engine.c Log message: ! is a meta character, this lets test: ! pgrep process work, without trying to look for a '!' command (remember that not running a shell for each command is an optimization ?) bug fix prompted by eric@'s remark, okay millert@