summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 57798c4..904a567 100644
--- a/main.c
+++ b/main.c
@@ -798,6 +798,8 @@ int main(int argc, char **argv)
struct stat fstats;
r_dir_t dir;
+ signal(SIGPIPE, SIG_IGN);
+
parse_options(argc, argv);
if (options->clean_cache) {