summaryrefslogtreecommitdiffstats
path: root/usr.bin/less
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2012-12-03 21:49:37 +0000
committerdelphij <delphij@FreeBSD.org>2012-12-03 21:49:37 +0000
commit20b909215d96066e1480c2630adb246a1e4a3342 (patch)
tree0336e9d0aae6c87c529a3d589fbbc652b9cf3bce /usr.bin/less
parent77a5b5a73ba88b16d4d984930f9ed98e4c3262e3 (diff)
downloadFreeBSD-src-20b909215d96066e1480c2630adb246a1e4a3342.zip
FreeBSD-src-20b909215d96066e1480c2630adb246a1e4a3342.tar.gz
Note that the manual page of less(1) says:
Note that a preprocessor cannot output an empty file, since that is interpreted as meaning there is no replacement, and the origi- nal file is used. To avoid this, if LESSOPEN starts with two ver- tical bars, the exit status of the script becomes meaningful. If the exit status is zero, the output is considered to be replace- ment text, even if it empty. If the exit status is nonzero, any output is ignored and the original file is used. For compatibil- ity with previous versions of less, if LESSOPEN starts with only one vertical bar, the exit status of the preprocessor is ignored. Use two pipe symbols for zless, so that zless'ing a compressed empty file will give output rather than being interpreted as its compressed form, which is typically a binary. Thanks Mark Nudelman for pointing out this difference and the suggested solution. Reported by: Matthias Meyser <meyser xenet.de> PR: bin/168839 MFC after: 2 weeks
Diffstat (limited to 'usr.bin/less')
-rw-r--r--usr.bin/less/zless.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/less/zless.sh b/usr.bin/less/zless.sh
index b947b81..f2e035c 100644
--- a/usr.bin/less/zless.sh
+++ b/usr.bin/less/zless.sh
@@ -3,5 +3,5 @@
# $FreeBSD$
#
-export LESSOPEN="|/usr/bin/lesspipe.sh %s"
+export LESSOPEN="||/usr/bin/lesspipe.sh %s"
exec /usr/bin/less "$@"
OpenPOWER on IntegriCloud