summaryrefslogtreecommitdiff
path: root/scripts/context/lua/mtx-convert.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2008-01-28 21:28:00 +0100
committerHans Hagen <pragma@wxs.nl>2008-01-28 21:28:00 +0100
commitf0302311dd47bf250c0e2b5f8be46f21437f43d8 (patch)
treece920dd169066a8dcdf13b81490816ab58c0e4cd /scripts/context/lua/mtx-convert.lua
parente3467ba8810e788b01d8e7ce2e16d3c8ffdd3e2a (diff)
downloadcontext-f0302311dd47bf250c0e2b5f8be46f21437f43d8.tar.gz
stable 2008.01.28 21:28
Diffstat (limited to 'scripts/context/lua/mtx-convert.lua')
-rw-r--r--scripts/context/lua/mtx-convert.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/context/lua/mtx-convert.lua b/scripts/context/lua/mtx-convert.lua
index c9827c8b7..1bfc10c0f 100644
--- a/scripts/context/lua/mtx-convert.lua
+++ b/scripts/context/lua/mtx-convert.lua
@@ -25,7 +25,7 @@ do
dir.mkdirs(outputpath)
local tmpname = file.replacesuffix(newname,"tmp")
local command = string.format(gstemplate,gsprogram,tmpname,oldname)
- os.execute(command)
+ os.spawn(command)
os.remove(newname)
os.rename(tmpname,newname)
end