CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/09/06 12:04:34
Modified files:
bin/ksh : main.c
Log message:
Avoid modifying argv when building argv for $* and $@ since it will
affect ps output. This can happen when command line options are
specified, e.g. "sh -c command". Based on a diff from espie@
OK espie@
