[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] less fixed



I just found and solved my problem with "less".

in /etc/profile/lesspipe.sh I had to change:  
	export LESSOPEN="|/usr/bin/lesspipe.sh %s"
into:
	export LESSOPEN="/usr/bin/lesspipe.sh %s"

And now it works again. Error in the latest less rpm ?

Martin Tarenskeen