Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 389909

Summary: sys-apps/less-441: use "-R" instead of "-r" in /etc/env.d/70less
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED INVALID    
Severity: trivial    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Toralf Förster gentoo-dev 2011-11-08 20:43:08 UTC
Otherwise a "git show <id>" eg. for the linux kernel git tree doesn't intent an added line correctly, eg. this is correct :

tfoerste@n22 ~/devel/linux $ git show bcb80e5387
...
+       u32 dummy;
+

whereas this looks wrong :

tfoerste@n22 ~/devel/linux $ export LESS="-r"
tfoerste@n22 ~/devel/linux $ git show bcb80e5387
...
+ u32 dummy;
+


Reproducible: Always
Comment 1 SpanKY gentoo-dev 2011-11-09 03:45:57 UTC
less has been using -R for at least 4.5 years.  so no idea what you're talking about here ...

http://sources.gentoo.org/sys-apps/less/files/less.envd?view=log
Comment 2 Toralf Förster gentoo-dev 2011-11-09 09:29:49 UTC
(In reply to comment #1)
> less has been using -R for at least 4.5 years.  so no idea what you're talking
> about here ...
> 
> http://sources.gentoo.org/sys-apps/less/files/less.envd?view=log
Oops, why wasn't that file updated at my system ? investigating ...
Comment 3 SpanKY gentoo-dev 2011-11-09 18:22:47 UTC
sometimes portage likes to eat updates with its conf.  no idea what the backing logic is there.