From fbb6e8895fbdef49a07539657a6051175fdb6b27 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 28 Dec 2019 00:16:58 +0000 Subject: [PATCH] README: Do not assert that all directive arguments are &-expanded Since Syntax: only some directives' RHS should be &-expanded this has not been true for &:changequote, and it is not true in the general case. It depends on the directive. Signed-off-by: Ian Jackson --- README | 1 - 1 file changed, 1 deletion(-) diff --git a/README b/README index 7ab1f2d..360afbd 100644 --- a/README +++ b/README @@ -267,7 +267,6 @@ So pathname syntax is a subset of: &: .... recognised at start of line only (possibly after lwsp) - args are processed for & &:include filename filename should usually be [&]foo.sd.mk &:-include filename tolerate nonexistent file -- 2.30.2