Blame SOURCES/less.sh

a5a36d
# less initialization script (sh)
a5a36d
a5a36d
# All less.*sh files should have the same semantics!
a5a36d
a5a36d
if [ -z "$LESSOPEN" ] && [ -x /usr/bin/lesspipe.sh ]; then
a5a36d
    # The '||' here is intentional, see rhbz#1254837.
a5a36d
    export LESSOPEN="||/usr/bin/lesspipe.sh %s"
a5a36d
fi