Page MenuHomeFreeBSD

D30234.diff
No OneTemporary

D30234.diff

diff --git a/usr.bin/sort/sort.c b/usr.bin/sort/sort.c
--- a/usr.bin/sort/sort.c
+++ b/usr.bin/sort/sort.c
@@ -858,6 +858,11 @@
arg1 = argv[i];
+ if (strcmp(arg1, "--") == 0) {
+ /* Following arguments are treated as filenames. */
+ break;
+ }
+
if (strlen(arg1) > 1 && arg1[0] == '+') {
int c1, f1;
char sopts1[128];

File Metadata

Mime Type
text/plain
Expires
Tue, Feb 11, 7:57 PM (14 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16600298
Default Alt Text
D30234.diff (343 B)

Event Timeline