summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/data-crl.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/data-crl.lua')
-rw-r--r--tex/context/base/mkiv/data-crl.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/data-crl.lua b/tex/context/base/mkiv/data-crl.lua
index dec9972f1..bdc5cf530 100644
--- a/tex/context/base/mkiv/data-crl.lua
+++ b/tex/context/base/mkiv/data-crl.lua
@@ -26,7 +26,7 @@ local runner = sandbox.registerrunner {
name = "curl resolver",
method = "execute",
program = "curl",
- template = "--silent --insecure --create-dirs --output %cachename% %original%",
+ template = '--silent --insecure --create-dirs --output "%cachename%" "%original%"',
checkers = {
cachename = "cache",
original = "url",