Bug 2977

Summary: Wrong opt_complementary string in miscutils/chrt.c
Product: Busybox Reporter: Davide Viti <zinosat>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: minor CC: busybox-cvs
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Host: Target:
Build:
Attachments: One line patch which fixes the problem

Description Davide Viti 2010-12-15 21:43:07 UTC
Created attachment 2815 [details]
One line patch which fixes the problem

opt_complementary = "-1:r--fo:f--ro:r--fo";
                        ^^^^^       ^^^^^

"r--fo" is repeated twice.

It should look something like this instead:
opt_complementary = "-1:r--fo:f--ro:o--rf";

regards,
Davide
Comment 1 Denys Vlasenko 2010-12-18 02:00:07 UTC
Thanks!

Fixed in git, will be in 1.19.x