summaryrefslogtreecommitdiffstats
path: root/showmap
diff options
context:
space:
mode:
Diffstat (limited to 'showmap')
-rw-r--r--showmap/showmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/showmap/showmap.c b/showmap/showmap.c
index bb359f65..f8ee9358 100644
--- a/showmap/showmap.c
+++ b/showmap/showmap.c
@@ -321,6 +321,7 @@ int main(int argc, char *argv[])
char *arg;
char *argend;
+ signal(SIGPIPE, SIG_IGN);
for (argc--, argv++; argc > 0; argc--, argv++) {
arg = argv[0];
if (!strcmp(arg,"-v")) {