aboutsummaryrefslogtreecommitdiffstats
path: root/community/abcde/less.patch
blob: 49321c6eb4725b94c8ed8359fbb4c5c562b1595f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/abcde	2014-09-28 10:08:15.073608206 +0500
+++ b/abcde	2014-09-28 10:07:50.817072949 +0500
@@ -227,7 +227,7 @@
 		$PAGER "$PAGEFILE"
 		# If that fails, check for less
 	elif [ -x /usr/bin/less ]; then
-		/usr/bin/less -f "$PAGEFILE"
+		/usr/bin/less "$PAGEFILE"
 		# more should be on all UNIX systems
 	elif [ -x /bin/more ]; then
 		/bin/more "$PAGEFILE"