Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107823371
D23892.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
518 B
Referenced Files
None
Subscribers
None
D23892.diff
View Options
Index: head/usr.bin/sort/file.c
===================================================================
--- head/usr.bin/sort/file.c
+++ head/usr.bin/sort/file.c
@@ -1236,7 +1236,7 @@
{
struct sort_mods *sm = &(keys[0].sm);
- if (!(sm->Mflag) && !(sm->Rflag) && !(sm->Vflag) && !(sm->Vflag) &&
+ if (!(sm->Mflag) && !(sm->Rflag) && !(sm->Vflag) &&
!(sm->gflag) && !(sm->hflag) && !(sm->nflag)) {
if ((sort_opts_vals.sort_method == SORT_DEFAULT) && byte_sort)
sort_opts_vals.sort_method = SORT_RADIXSORT;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 12:53 PM (17 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15941429
Default Alt Text
D23892.diff (518 B)
Attached To
Mode
D23892: sort(1): Remove duplicate option check.
Attached
Detach File
Event Timeline
Log In to Comment