summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-12-27 13:27:12 +0100
committerPhilipp Gesang <phg42.2a@gmail.com>2014-12-27 13:27:12 +0100
commit694b07871f9af14f2cde2c25b1ed5c5e996fae19 (patch)
treec35f6e6f49558fcc9293ce645a26f21742bac03b /scripts
parent3a5009d6feedc1a4c4e5a8d61c7e67b9c35399fa (diff)
downloadluaotfload-694b07871f9af14f2cde2c25b1ed5c5e996fae19.tar.gz
[import] correctly derive ourname in tell
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mkimport4
1 files changed, 2 insertions, 2 deletions
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