From 694b07871f9af14f2cde2c25b1ed5c5e996fae19 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sat, 27 Dec 2014 13:27:12 +0100 Subject: [import] correctly derive ourname in tell --- scripts/mkimport | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/mkimport b/scripts/mkimport index 132d026..53eba12 100644 --- a/scripts/mkimport +++ b/scripts/mkimport @@ -610,11 +610,11 @@ local describe = function (target, location) local dname = def.name local dkind = def.kind - local subdir, ourname = derive_ourname (dname, dkind) + local subdir, ourname = derive_ourname (def.ours or dname, dkind) separator () status ("category %s", cat) status ("kind %s", kind_name[dkind]) - status ("in Context %s", derive_fullname (cat, def.name, def.kind)) + status ("in Context %s", derive_fullname (cat, dname, dkind)) status ("in Luaotfload %s", ourname) separator () return 0 -- cgit v1.2.3