Blame SOURCES/less.sh

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