aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-02-26 08:28:17 +0200
committerSergey Poznyakoff <gray@gnu.org>2016-02-26 08:28:17 +0200
commit86736e81b09f6d315bfff290efb202f755f11c36 (patch)
treea28cbcd3cd194e37a29ac367b24423704113700a /src
parenta208b5be759d031597425477e10552df77c58fb0 (diff)
downloadpies-86736e81b09f6d315bfff290efb202f755f11c36.tar.gz
pies-86736e81b09f6d315bfff290efb202f755f11c36.tar.bz2
Enable the use of redirectors in init mode
Diffstat (limited to 'src')
-rw-r--r--src/progman.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/progman.c b/src/progman.c
index 9f5c466..5693011 100644
--- a/src/progman.c
+++ b/src/progman.c
@@ -399,9 +399,6 @@ open_redirector (struct prog *master, int stream)
char *tag;
fd_set fdset;
- if (init_process)
- return -1;
-
switch (master->v.p.comp->redir[stream].type)
{
case redir_null:

Return to:

Send suggestions and report system problems to the System administrator.