diff options
author | Marius <mariausol@gmail.com> | 2012-09-10 02:00:22 +0300 |
---|---|---|
committer | Marius <mariausol@gmail.com> | 2012-09-10 02:00:22 +0300 |
commit | 40012d63f567ccc7ce33e0307069f35926fc5d6a (patch) | |
tree | efdaaf9e16d0f3b562974629bf0ea3559258e72d /tex/context/base/file-job.lua | |
parent | 5b4c6dd791dfcb02838191ccee764cbb215b7cc4 (diff) | |
download | context-40012d63f567ccc7ce33e0307069f35926fc5d6a.tar.gz |
beta 2012.09.10 00:57
Diffstat (limited to 'tex/context/base/file-job.lua')
-rw-r--r-- | tex/context/base/file-job.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tex/context/base/file-job.lua b/tex/context/base/file-job.lua index 168300767..0705b8e5a 100644 --- a/tex/context/base/file-job.lua +++ b/tex/context/base/file-job.lua @@ -718,6 +718,7 @@ end document = document or { arguments = allocate(), files = allocate(), + variables = allocate(), -- for templates options = { commandline = { environments = allocate(), |