Commit ID: 1005F44295A6A8C4009
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/08/24 20:56:05 UTC
Modified files:
bin/mksh : check.t funcs.c sh.h
Log message:
POSIX says “command -v” prints absolute pathnames
this worked by accident before: every sensible person only put absolute
pathnames in $PATH… found by orbea via IRC, thanks!
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.849 -r1.850 src/bin/mksh/check.t
cvs -R rdiff -kk -upr1.377 -r1.378 src/bin/mksh/funcs.c
cvs -R rdiff -kk -upr1.901 -r1.902 src/bin/mksh/sh.h