From 71f920146b0c78171e1605af433ebd6da821cd56 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 20 Sep 1999 20:49:11 +0000 Subject: don't dup stdin. --- src/process.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/process.c b/src/process.c index ef7d9e26..76087a9a 100644 --- a/src/process.c +++ b/src/process.c @@ -31,7 +31,6 @@ int forkCommand(char **args, int *outfd, int *errfd, int *cmdfd, int quiet) { return -1; } - fdin=dup(0); if (outfd) { fdout = outpipe[1]; *outfd = outpipe[0]; -- cgit v1.2.1