diff options
Diffstat (limited to 'src/misc1.c')
-rw-r--r-- | src/misc1.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/misc1.c b/src/misc1.c index dbe4064b47..26b649331a 100644 --- a/src/misc1.c +++ b/src/misc1.c @@ -3473,8 +3473,6 @@ get_cmd_output ( /* Add the redirection stuff */ command = make_filter_cmd(cmd, infile, tempname); - if (command == NULL) - goto done; /* * Call the shell to execute the command (errors are ignored). |