lib/rb-fsevent/fsevent.rb in rb-fsevent-0.9.1 vs lib/rb-fsevent/fsevent.rb in rb-fsevent-0.9.2

- old
+ new

@@ -58,10 +58,10 @@ @running = false end if RUBY_VERSION < '1.9' def open_pipe - IO.popen("#{self.class.watcher_path} #{options_string} #{shellescaped_paths}") + IO.popen("'#{self.class.watcher_path}' #{options_string} #{shellescaped_paths}") end private def options_string