diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2012-08-02 14:59:55 -0400 |
---|---|---|
committer | Andy Dougherty <doughera@lafayette.edu> | 2012-08-02 14:59:55 -0400 |
commit | 38ab64ac881571a458ca1766a1b81fdec687b76b (patch) | |
tree | a9e48b6818daf444a041eb2a0c689a052b1767ec /Configure | |
parent | bdf6ae426d6ae070fc7ae8b962dfd48388954b16 (diff) | |
download | perl-38ab64ac881571a458ca1766a1b81fdec687b76b.tar.gz |
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.
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |