• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1$(foreach varname,x,$(eval $(varname)=PASS))
2test:
3	echo $(x)
4