[exim-dev] [patch] spec in GIT does not build

Top Page
Delete this message
Reply to this message
Author: Andreas Metzler
Date:  
To: exim-dev
Subject: [exim-dev] [patch] spec in GIT does not build
Hello,

spec.xfpt in GIT does not build, &* is closed with '&. Patch attached.

cu andreas
--
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
>From f57badd2a0eb857831b76342ed3c68c884ae3e73 Mon Sep 17 00:00:00 2001
From: Andreas Metzler <ametzler@???>
Date: Sat, 14 Jul 2012 18:39:20 +0200
Subject: [PATCH 05/12] Fix non-matching &-construct

---
 doc/doc-docbook/spec.xfpt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 4791fa1..2c9a9cb 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -9752,7 +9752,7 @@ when &%length%& is used as an operator.
The string is interpreted as a list and the number of items is returned.


-.vitem &*${listnamed:*&<&'name'&>&*}*&&~and&~&*${list_*&<&'type'&>&*name'&>&*}*&
+.vitem &*${listnamed:*&<&'name'&>&*}*&&~and&~&*${list_*&<&'type'&>&*name*&>&*}*&
.cindex "expansion" "named list"
.cindex "&%listnamed%& expansion item"
The name is interpreted as a named list and the content of the list is returned,
--
1.7.10.4