cvs commit: src/usr.bin/make/tests/variables/t2 expected.status
okumoto 2005/03/02 02:58:59 PST
DragonFly src repository
Added files:
usr.bin/make/tests/variables/t2 expected.status
expected.stderr
expected.stdout test.sh
Log:
Add another. This one check if the behavior of ths S modifier is the same.
Note: It appears that both ${MAKE_VAR:S/^FOO/BAR} and ${MAKE_VAR:S/FOO$/BAR}
do not work.