In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/38ab64ac881571a458ca1766a1b81fdec687b76b?hp=bdf6ae426d6ae070fc7ae8b962dfd48388954b16>

- Log -----------------------------------------------------------------
commit 38ab64ac881571a458ca1766a1b81fdec687b76b
Author: Andy Dougherty <[email protected]>
Date:   Thu Aug 2 14:59:55 2012 -0400

    Fix RT [perl #72156] Re: Perl 5.12.0 RC 0 - Pager detection
    
    Instruct ./getfile to trust the default pager value.  It might not begin
    with a slash, or it might include some options, such as
    "/usr/bin/less -R".
    This is based on commit 53ddb3ba3e23ab80444c30b4deefa64114408438 in
    the metaconfig repository.
-----------------------------------------------------------------------

Summary of changes:
 Configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Configure b/Configure
index 72a7c25..c88d99c 100755
--- a/Configure
+++ b/Configure
@@ -20424,9 +20424,9 @@ case "$pager" in
        esac
        ;;
 *)     dflt="$pager"
-       fn="f/($pager)"
        ;;
 esac
+fn="f/($dflt)"
 echo " "
 rp='What pager is used on your system?'
 . ./getfile

--
Perl5 Master Repository

Reply via email to