summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlayman <layman@localhost>2013-02-20 21:48:24 +0100
committerMartin Väth <martin@mvath.de>2015-10-11 10:48:37 +0200
commit6524bf1d500bed8f5f8f0a340c23592fbbaa484f (patch)
treeb0796e5081eb86575976f66b20aa278e5998f562 /sys-apps/less/files/lesspipe.sh
parentBump form-history-control (diff)
downloadmv-6524bf1d500bed8f5f8f0a340c23592fbbaa484f.tar.gz
mv-6524bf1d500bed8f5f8f0a340c23592fbbaa484f.tar.bz2
mv-6524bf1d500bed8f5f8f0a340c23592fbbaa484f.zip
Update less, bump noscript
Diffstat (limited to 'sys-apps/less/files/lesspipe.sh')
-rw-r--r--sys-apps/less/files/lesspipe.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/less/files/lesspipe.sh b/sys-apps/less/files/lesspipe.sh
index 81bee026..0d46c9d4 100644
--- a/sys-apps/less/files/lesspipe.sh
+++ b/sys-apps/less/files/lesspipe.sh
@@ -218,7 +218,7 @@ lesspipe() {
# 1: ... or we know less will handle raw codes -- this will
# not detect -seiRM, so set LESSCOLORIZER yourself
if [[ ${LESSCOLOR} == "2" ]] || [[ " ${LESS} " == *" -"[rR]" "* ]] ; then
- ${LESSCOLORIZER} "$1"
+ LESSQUIET=true ${LESSCOLORIZER} "$1"
fi
fi
@@ -233,7 +233,7 @@ if [[ -z $1 ]] ; then
elif [[ $1 == "-V" || $1 == "--version" ]] ; then
Id="cvsid"
cat <<-EOF
- $Id: lesspipe.sh,v 1.49 2012/11/22 04:20:15 vapier Exp $
+ $Id: lesspipe.sh,v 1.50 2013/01/30 07:08:38 vapier Exp $
Copyright 2001-2010 Gentoo Foundation
Mike Frysinger <vapier@gentoo.org>
(with plenty of ideas stolen from other projects/distros)