- Enable LESSOPEN exit statuses as default also in less.sh

This commit is contained in:
Vojtech Vitek (V-Teq) 2011-02-15 14:43:00 +01:00
parent a4a81f778e
commit 019463a906

View File

@ -1,2 +1,2 @@
# less initialization script (sh) # less initialization script (sh)
[ -x /usr/bin/lesspipe.sh ] && export LESSOPEN="|/usr/bin/lesspipe.sh %s" [ -x /usr/bin/lesspipe.sh ] && export LESSOPEN="||/usr/bin/lesspipe.sh %s"