Actually accept 'm' as a PAGER query response to mean 'more'.
This commit is contained in:
parent
558d6032c2
commit
c0c9cad1af
@ -276,7 +276,7 @@ case "${DONT_CHECK_PAGER}" in
|
||||
PAGER=/usr/local/bin/less
|
||||
fi
|
||||
;;
|
||||
'')
|
||||
[mM]|'')
|
||||
PAGER=more
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user