From: Ian Jackson Date: Sat, 11 Jan 2020 13:25:42 +0000 (+0000) Subject: README: Adjust indent of &${..$..} expansion X-Git-Tag: subdirmk/0.4~10 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?p=subdirmk.git;a=commitdiff_plain;h=b0bdaa30dd60890b5494fab1f3e7f5d70a8ceb8e README: Adjust indent of &${..$..} expansion No change to the meaning. Signed-off-by: Ian Jackson --- diff --git a/README b/README index 3d18dc2..4493a0d 100644 --- a/README +++ b/README @@ -219,7 +219,7 @@ STUFF $ THINGS .. STUFF $$ THINGS &:endm .. endef NAME is processed for & -&${..$..} => ${eval ${call ..$$..}} +&${..$..} => ${eval ${call ..$$..}} (matches { } pairs to find the end) content is $-doubled (unless it contains &$- to turn that off)