main shinobi / tests / mk / kati / shell_stderr / test / mk
1FOO=$(shell echo SHOULD_NOT_BE_AFTER_ECHO 1>&2)
2
3test:
4	echo $(FOO)