diff options
author | Karl Berry <karl@freefriends.org> | 2019-02-10 22:47:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-02-10 22:47:49 +0000 |
commit | 3260d8bfcfd2a4034265ea18664c7dd515722422 (patch) | |
tree | 94a969b6ad64c844025464401104d70b98d396f4 /Master/texmf-dist/scripts/l3build/l3build-ctan.lua | |
parent | 633dc4da98d607dca3a3cb4906907ff634995d78 (diff) |
l3build (10feb19)
git-svn-id: svn://tug.org/texlive/trunk@49994 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/l3build/l3build-ctan.lua')
-rw-r--r-- | Master/texmf-dist/scripts/l3build/l3build-ctan.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/l3build/l3build-ctan.lua b/Master/texmf-dist/scripts/l3build/l3build-ctan.lua index b256ce21403..09b10e0ecad 100644 --- a/Master/texmf-dist/scripts/l3build/l3build-ctan.lua +++ b/Master/texmf-dist/scripts/l3build/l3build-ctan.lua @@ -102,7 +102,7 @@ function ctan() standalone = true end if standalone then - errorlevel = check() + errorlevel = call({"."},"check") bundle = module else errorlevel = call(modules, "bundlecheck") |