Actually accept 'm' as a PAGER query response to mean 'more'.

This commit is contained in:
Brian S. Dean 2000-05-12 03:09:57 +00:00
parent 558d6032c2
commit c0c9cad1af
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60420

View File

@ -276,7 +276,7 @@ case "${DONT_CHECK_PAGER}" in
PAGER=/usr/local/bin/less
fi
;;
'')
[mM]|'')
PAGER=more
;;
*)