summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/util-sbx.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2019-06-05 16:21:48 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2019-06-05 16:21:48 +0200
commite8dc7842e52c4509ce38115c521672198beafca3 (patch)
treecf20e11d1943c5a572f365a6f613530d1a364e5f /tex/context/base/mkiv/util-sbx.lua
parent822d6299d6c28fe3780ff40831ec5c00c60133f5 (diff)
downloadcontext-e8dc7842e52c4509ce38115c521672198beafca3.tar.gz
2019-06-05 15:47:00
Diffstat (limited to 'tex/context/base/mkiv/util-sbx.lua')
-rw-r--r--tex/context/base/mkiv/util-sbx.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/tex/context/base/mkiv/util-sbx.lua b/tex/context/base/mkiv/util-sbx.lua
index d5cf691ce..196c816d0 100644
--- a/tex/context/base/mkiv/util-sbx.lua
+++ b/tex/context/base/mkiv/util-sbx.lua
@@ -307,8 +307,8 @@ end
-- runners can be strings or tables
--
-- os.execute : string
--- os.exec : string or table with program in [0|1]
--- os.spawn : string or table with program in [0|1]
+-- os.exec : string or table with program in [0|1] -- no longer there
+-- os.spawn : string or table with program in [0|1] -- no longer there
--
-- our execute: registered program with specification
@@ -609,8 +609,8 @@ end
if os then
overload(os.execute, binaryrunner, "os.execute")
- overload(os.spawn, dummyrunner, "os.spawn")
- overload(os.exec, dummyrunner, "os.exec")
+ overload(os.spawn, dummyrunner, "os.spawn") -- no longer there
+ overload(os.exec, dummyrunner, "os.exec") -- no longer there
overload(os.resultof, binaryrunner, "os.resultof")
overload(os.pipeto, binaryrunner, "os.pipeto")
overload(os.rename, filehandlertwo,"os.rename")