Allow extra space for environment and command when piping to /bin/sh
modified libpkg/scripts.c
@@ -33,6 +33,8 @@
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -49,12 +51,14 @@ pkg_script_run(struct pkg * const pkg, pkg_script type)
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -99,7 +103,18 @@ pkg_script_run(struct pkg * const pkg, pkg_script type)
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|