chiark / gitweb /
Syntax: Incompatible change: Use &{ not &${ for macros
[subdirmk.git] / README
diff --git a/README b/README
index 3d18dc28294f0f2dfe87062cd8ca4660b3cd2219..b42356dc5e15ef63ee3bbb89b668551ddf2e964a 100644 (file)
--- 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)