Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
# less initialization script (sh)
2
 
3
# All less.*sh files should have the same semantics!
4
 
5
if [ -z "$LESSOPEN" ] && [ -x /usr/bin/lesspipe.sh ]; then
6
    # The '||' here is intentional, see rhbz#1254837.
7
    export LESSOPEN="||/usr/bin/lesspipe.sh %s"
8
fi