summaryrefslogtreecommitdiff
path: root/src/reader.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/reader.go')
-rw-r--r--src/reader.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/reader.go b/src/reader.go
index ccaf8c62..ecdf509c 100644
--- a/src/reader.go
+++ b/src/reader.go
@@ -123,7 +123,6 @@ func (r *Reader) ReadSource(inputChan chan string, root string, opts walkerOpts,
if len(cmd) == 0 {
success = r.readFiles(root, opts, ignores)
} else {
- // We can't export FZF_* environment variables to the default command
success = r.readFromCommand(cmd, initEnv)
}
} else {