diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-12-12 14:30:45 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-12-12 14:30:45 +0000 |
commit | 414d7bc16e0bd9fd882215b5a5107530f3433527 (patch) | |
tree | 341080d183f399d59051c1b652e0a8fda4815742 /main/lua-subprocess/openexception.patch | |
parent | 1239b4d79d72c18b8c8cee8940f9ade58a740149 (diff) | |
download | aports-414d7bc16e0bd9fd882215b5a5107530f3433527.tar.bz2 aports-414d7bc16e0bd9fd882215b5a5107530f3433527.tar.xz |
main/lua-subprocess: move from testing
Diffstat (limited to 'main/lua-subprocess/openexception.patch')
-rw-r--r-- | main/lua-subprocess/openexception.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/lua-subprocess/openexception.patch b/main/lua-subprocess/openexception.patch new file mode 100644 index 0000000000..1a36d05aad --- /dev/null +++ b/main/lua-subprocess/openexception.patch @@ -0,0 +1,11 @@ +--- ./src/lua-subprocess-0.0.20121211/subprocess.c ++++ ./subprocess.c +@@ -1130,6 +1130,8 @@ + if (r != 1){ + return r; + } ++ lua_replace(L, 1); ++ lua_settop(L, 1); + return proc_wait(L); + } + |