--- src/usr.bin/make/shell.h 2005/06/16 23:11:42 1.11 +++ src/usr.bin/make/shell.h 2005/06/17 07:50:49 1.12 @@ -63,7 +63,7 @@ struct Shell { * the full path of the shell. */ char *name; - char *path; + char *path; /* full path to the shell */ /* True if both echoOff and echoOn defined */ Boolean hasEchoCtl;