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