main shinobi / tests / mk / gnu / functions / shell / t012 / mk
1
2HI = $(shell echo hi)
3export bad = $(HI)
4.PHONY: all
5all:; : $(HI)