restore the default SIGPIPE behavior as a temporary workaround

See https://github.com/BurntSushi/ripgrep/issues/200.
This commit is contained in:
Jack O'Connor
2017-08-27 14:32:20 -04:00
committed by Andrew Gallant
parent 208c11af56
commit 3065a8c9c8
3 changed files with 22 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ env_logger = { version = "0.4", default-features = false }
grep = { version = "0.1.5", path = "grep" }
ignore = { version = "0.2.2", path = "ignore" }
lazy_static = "0.2"
libc = "0.2"
log = "0.3"
memchr = "1"
memmap = "0.5"