db8b5b018f
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/ksh#642af4d65a6ae8825306305765a595a6f10eba47
15 lines
383 B
Diff
15 lines
383 B
Diff
diff --git a/src/cmd/ksh93/sh/xec.c b/src/cmd/ksh93/sh/xec.c
|
|
--- a/src/cmd/ksh93/sh/xec.c
|
|
+++ b/src/cmd/ksh93/sh/xec.c
|
|
@@ -1647,8 +1647,9 @@ int sh_exec(register const Shnode_t *t, int flags)
|
|
{
|
|
if (!unpipe)
|
|
unpipe = iousepipe(shp);
|
|
- sh_subfork();
|
|
}
|
|
+
|
|
+ sh_subfork();
|
|
}
|
|
}
|
|
no_fork = !ntflag && !(type&(FAMP|FPOU)) && !shp->subshell &&
|