Merge branch 'es/make-no-iconv'
[git.git] / contrib / diff-highlight / diff-highlight.perl
blob9b3e9c1f4d7bd7d99d5434f2bb10f981638a8910
1 package main;
3 # Some scripts may not realize that SIGPIPE is being ignored when launching the
4 # pager--for instance scripts written in Python.
5 $SIG{PIPE} = 'DEFAULT';
7 DiffHighlight::highlight_stdin();
8 exit 0;