summaryrefslogtreecommitdiff
path: root/tex/context/base/data-crl.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/data-crl.lua')
-rw-r--r--tex/context/base/data-crl.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/data-crl.lua b/tex/context/base/data-crl.lua
index 445bd5b0a..fba5a6230 100644
--- a/tex/context/base/data-crl.lua
+++ b/tex/context/base/data-crl.lua
@@ -28,7 +28,7 @@ local function runcurl(specification)
if not io.exists(cachename) then
cached[original] = cachename
local command = "curl --silent --create-dirs --output " .. cachename .. " " .. original
- os.spawn(command)
+ os.execute(command)
end
if io.exists(cachename) then
cached[original] = cachename