• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1FOO=$(shell echo SHOULD_NOT_BE_AFTER_ECHO 1>&2)
2
3test:
4	echo $(FOO)
5