christos
Mon Mar 23 13:21:02 EST 1998
Update of /cvsroot/src/bin/sh
In directory nb00:/tmp/cvs-serv7503
Modified Files:
expand.c
Log Message:
Fix the VSTRIMRIGHT* bugs... The problem was not the string length computation,
but lack of '\0' termination. Factor this segment out as common code too, while
I am there.