summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/l-io.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2019-11-14 21:26:50 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2019-11-14 21:26:50 +0100
commit8d30ee280d6fb2db6268bf6f839c5f93193a6925 (patch)
tree77bb0a1bb8a4b0d0a3377cf94595bd513ae8a2d3 /tex/context/base/mkiv/l-io.lua
parent96dfd6389ee5b1214b5fdd09c39d85ea383fc7f5 (diff)
downloadcontext-8d30ee280d6fb2db6268bf6f839c5f93193a6925.tar.gz
2019-11-14 17:17:00
Diffstat (limited to 'tex/context/base/mkiv/l-io.lua')
-rw-r--r--tex/context/base/mkiv/l-io.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/l-io.lua b/tex/context/base/mkiv/l-io.lua
index fa3ad3c4c..a955262a3 100644
--- a/tex/context/base/mkiv/l-io.lua
+++ b/tex/context/base/mkiv/l-io.lua
@@ -13,7 +13,7 @@ local concat = table.concat
----- floor = math.floor
local type = type
-if string.find(os.getenv("PATH"),";",1,true) then
+if string.find(os.getenv("PATH") or "",";",1,true) then
io.fileseparator, io.pathseparator = "\\", ";"
else
io.fileseparator, io.pathseparator = "/" , ":"