aboutsummaryrefslogtreecommitdiffstats
path: root/testcase/shell_var_with_args.mk
blob: ca7b54abb41f114778780a8dbbe886c6a3014882 (plain)
1
2
3
4
5
6
7
8
9
# TODO(go): Fix

export FOO=-x

SHELL := PS4="cmd: " /bin/bash $${FOO}
$(info $(shell echo foo))

test:
	@echo baz