Ignore sigpipe in external diff driver
Otherwise the caller will notice (yuck) when the user quits the pager without reading through to the endtodo
parent
2f557677f4
commit
bc72e07f3e
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/perl -w
|
||||
|
||||
$SIG{'PIPE'} = 'IGNORE';
|
||||
|
||||
my ($old, $new);
|
||||
|
||||
if (@ARGV == 7) {
|
||||
|
|
Loading…
Reference in New Issue