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

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 30 01:34:53 2018 +0200 (2018-11-30)
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"