From ffe0bd613d8a1b6a65c69a695fd79a259b22c53d Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Wed, 7 Sep 2016 15:15:13 +1000 Subject: parse-unidata: build fix Fix Jim-only syntax in parse-unidata.tcl to ensure the build works on systems using tclsh Signed-off-by: Steve Bennett --- parse-unidata.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parse-unidata.tcl') diff --git a/parse-unidata.tcl b/parse-unidata.tcl index b3beec1..5ae237f 100644 --- a/parse-unidata.tcl +++ b/parse-unidata.tcl @@ -57,7 +57,7 @@ while {[gets $f buf] >= 0} { set combining $codex } continue - } elseif {[exists combining]} { + } elseif {[info exists combining]} { lappend map(combining) $combining $codex unset combining } -- cgit v1.1