aboutsummaryrefslogtreecommitdiffstats
path: root/main/lua-subprocess/openexception.patch
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-12-29 16:29:16 +0000
committerTed Trask <ttrask01@yahoo.com>2014-12-29 16:30:25 +0000
commit7294a77184f6a64157bb7e7fb39eae911ab45bf7 (patch)
tree124070ac0653be485a249c149df63394a1ff04b8 /main/lua-subprocess/openexception.patch
parentbeea7418ac9442e6b5d94a047ebc6e1770e597d6 (diff)
downloadaports-7294a77184f6a64157bb7e7fb39eae911ab45bf7.tar.bz2
aports-7294a77184f6a64157bb7e7fb39eae911ab45bf7.tar.xz
main/lua-subprocess: update to 0.0.20141229
Diffstat (limited to 'main/lua-subprocess/openexception.patch')
-rw-r--r--main/lua-subprocess/openexception.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/lua-subprocess/openexception.patch b/main/lua-subprocess/openexception.patch
deleted file mode 100644
index 1a36d05aad..0000000000
--- a/main/lua-subprocess/openexception.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./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);
- }
-