wok-next view abcde/stuff/patches/less.patch @ rev 21247

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
parents
children
line source
1 --- a/abcde
2 +++ b/abcde
3 @@ -252,7 +252,7 @@
4 $PAGER "$PAGEFILE"
5 # If that fails, check for less
6 elif [ -x /usr/bin/less ]; then
7 - /usr/bin/less -f "$PAGEFILE"
8 + /usr/bin/less "$PAGEFILE"
9 # more should be on all UNIX systems
10 elif [ -x /bin/more ]; then
11 /bin/more "$PAGEFILE"