Papierkorb/fuse

First argument passed to FUSE is ignored

Opened this issue · 0 comments

After applying #3, the first argument to FUSE seems to always be ignored. I've not attempted to look into why that's the case.

A simple workaround is to just insert an empty string for the first argument, like:

fs.run! ["", "-s", ...]