Ignore sigpipe in external diff driver

Otherwise the caller will notice (yuck) when the user
quits the pager without reading through to the end
This commit is contained in:
Junio C Hamano
2010-04-12 14:30:59 -07:00
parent 2f557677f4
commit bc72e07f3e

View File

@@ -1,5 +1,7 @@
#!/usr/bin/perl -w
$SIG{'PIPE'} = 'IGNORE';
my ($old, $new);
if (@ARGV == 7) {