FreeBSD's /bin/sh does not allow redirecting to FD > 9
modified libpkg/scripts.c
@@ -59,7 +59,7 @@ pkg_script_run(struct pkg * const pkg, pkg_script type, bool upgrade)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -154,10 +154,10 @@ pkg_script_run(struct pkg * const pkg, pkg_script type, bool upgrade)
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
| + | |
| + | |
|
|
|
|
|
modified tests/frontend/shellscript.sh
@@ -40,7 +40,7 @@ message_body() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -67,7 +67,6 @@ upgrade_body() {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -83,7 +82,7 @@ EOF
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -92,8 +91,7 @@ EOF
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -125,7 +123,7 @@ local: {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|