diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-04-28 16:39:26 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-04-28 16:39:26 +0200 |
commit | 74ebd14b94432c9de82614627454dfa3bfcb9de0 (patch) | |
tree | 38061a665a25f2050162d1ef0c752a4f7b3c42da /fontdbutil.lua | |
parent | 98147cdc664312aa287a46a6d64c0e8fa86ebdbc (diff) | |
download | luaotfload-74ebd14b94432c9de82614627454dfa3bfcb9de0.tar.gz |
add lookups ``file:``, ``path:``, ``name:``, and ``anon:``
Diffstat (limited to 'fontdbutil.lua')
-rwxr-xr-x | fontdbutil.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fontdbutil.lua b/fontdbutil.lua index 1aa99d0..af9e23c 100755 --- a/fontdbutil.lua +++ b/fontdbutil.lua @@ -28,7 +28,7 @@ string.quoted = string.quoted or function (str) return string.format("%q",str) end -dofile(loader_path) +require(loader_path) --[[doc-- Depending on how the script is called we change its behavior. |