--- a/lesspipe +++ b/lesspipe @@ -64,13 +64,6 @@ if [ -x ~/.lessfilter ]; then ~/.lessfilter "$1" if [ $? -eq 0 ]; then - if [ $BASENAME = $LESSFILE ]; then - if [ -s $TMPFILE ]; then - echo $TMPFILE - else - rm -f $TMPFILE - fi - fi exit 0 fi fi