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