From 415270d2743be3d8f3a29d87d1ad5021c965e7ff Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 25 Dec 2019 15:43:00 +0000 Subject: [PATCH] doctests: Add missing & from include This makes no difference in this file but we'll want the same in sub/dir/ and they should be the same. Signed-off-by: Ian Jackson --- tests/filter/Subdir.sd.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/filter/Subdir.sd.mk b/tests/filter/Subdir.sd.mk index 9e51e23..3ef02b3 100644 --- a/tests/filter/Subdir.sd.mk +++ b/tests/filter/Subdir.sd.mk @@ -1,3 +1,3 @@ # test cases for generate script # doctests: -&:include doctest.sd.mk +&:include &doctest.sd.mk -- 2.30.2