diff options
Diffstat (limited to 'src/reader.go')
| -rw-r--r-- | src/reader.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reader.go b/src/reader.go index 5fd6d876..b418f549 100644 --- a/src/reader.go +++ b/src/reader.go @@ -103,7 +103,7 @@ func (r *Reader) readFromStdin() bool { } func (r *Reader) readFromCommand(shell string, cmd string) bool { - listCommand := util.ExecCommandWith(shell, cmd) + listCommand := util.ExecCommandWith(shell, cmd, false) out, err := listCommand.StdoutPipe() if err != nil { return false |
