aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sort
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2020-09-08 15:01:49 +0000
committerGordon Bergling <gbe@FreeBSD.org>2020-09-08 15:01:49 +0000
commit2d955e4199d48b4e1ce82efb53f56667593d669d (patch)
treea65d944ff80660e43e7bed92805dd1cbc8ac5dda /usr.bin/sort
parenta969635b837a4bb0cc554eadaf0475e231878c05 (diff)
downloadsrc-2d955e4199d48b4e1ce82efb53f56667593d669d.tar.gz
src-2d955e4199d48b4e1ce82efb53f56667593d669d.zip
Notes
Diffstat (limited to 'usr.bin/sort')
-rw-r--r--usr.bin/sort/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sort/file.c b/usr.bin/sort/file.c
index 58a97826916e..b6b9d934e0ef 100644
--- a/usr.bin/sort/file.c
+++ b/usr.bin/sort/file.c
@@ -1236,7 +1236,7 @@ sort_list_to_file(struct sort_list *list, const char *outfile)
{
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;