We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3f4077 + 8c1e9f4 commit df3f4baCopy full SHA for df3f4ba
1 file changed
check-builtins.sh
@@ -3,7 +3,7 @@
3
{
4
cat <<\EOF
5
sayIt:
6
- $(foreach b,$(BUILT_INS),echo XXX $b YYY;)
+ $(foreach b,$(BUILT_INS),echo XXX $(b:$X=) YYY;)
7
EOF
8
cat Makefile
9
} |
0 commit comments