for the record, attached is the patch that I applied in the package.

-- 
_________________________
Ryan Niebur
ryanrya...@gmail.com
diff --git a/Ack.pm b/Ack.pm
index 17e13ea..aa8f109 100644
--- a/Ack.pm
+++ b/Ack.pm
@@ -1473,7 +1473,7 @@ sub get_iterator {
 sub set_up_pager {
     my $command = shift;
 
-    return unless App::Ack::output_to_pipe();
+    return if App::Ack::output_to_pipe();
 
     my $pager;
     if ( not open( $pager, '|-', $command ) ) {

Attachment: signature.asc
Description: Digital signature



Reply via email to