Skip to content
Snippets Groups Projects
Unverified Commit 06b91679 authored by David Baumgartner's avatar David Baumgartner Committed by GitHub
Browse files

allow to watch paths with spaces with inotify (#66)

parent 77fbe5e3
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ defmodule FileSystem.Backends.FSInotify do
case parse_options(rest) do
{:ok, port_args} ->
bash_args = ['-c', '#{executable_path()} $0 $@ & PID=$!; read a; kill -KILL $PID']
bash_args = ['-c', '#{executable_path()} "$0" "$@" & PID=$!; read a; kill -KILL $PID']
all_args =
case :os.type() do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment