Commit 836eae4b authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Provide fusermount with filedescriptors, so we can read its

complaints.
parent b4da1215
......@@ -54,7 +54,7 @@ func mount(mountPoint string) (f *os.File, finalMountPoint string, err os.Error)
[]string{"/bin/fusermount", mountPoint},
[]string{"_FUSE_COMMFD=3"},
"",
[]*os.File{nil, nil, nil, remote})
[]*os.File{os.Stdin, os.Stdout, os.Stderr, remote})
if err != nil {
return
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment