From 7294a77184f6a64157bb7e7fb39eae911ab45bf7 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 29 Dec 2014 16:29:16 +0000 Subject: main/lua-subprocess: update to 0.0.20141229 --- main/lua-subprocess/openexception.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 main/lua-subprocess/openexception.patch (limited to 'main/lua-subprocess/openexception.patch') 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); - } - -- cgit v1.2.3