Skip to content
Snippets Groups Projects
Forked from agnumpde / dune-tectonic
Source project has a limited visibility.
user avatar
Michael V. O'Brien authored
On FreeBSD (and possibly Linux) using `inotify-tools`:

Given:

```
{:ok, pid} = FileSystem.start_link(dirs: ["/path/to/some/files"])
```

Results in the error:

```
Couldn't watch modify: No such file or directory
````

This is similar to executing `inotifywait modify` at the console.

This fix ensures arguments to 'sh' are passed properly.
66bda61b
History
Name Last commit Last update