f701226752
sort(1) flag. PKGREVISION=2.
13 lines
548 B
Text
13 lines
548 B
Text
$NetBSD: patch-ae,v 1.5 2004/05/05 13:25:27 wiz Exp $
|
|
|
|
--- src/build.c.orig 2001-11-22 18:38:19.000000000 +0100
|
|
+++ src/build.c
|
|
@@ -443,7 +443,7 @@ build(void)
|
|
}
|
|
(void) fstat(fileno(postings), &statstruct);
|
|
(void) fclose(postings);
|
|
- (void) sprintf(sortcommand, "env LC_ALL=C sort -y -T %s %s", tmpdir, temp1);
|
|
+ (void) sprintf(sortcommand, "env LC_ALL=C sort -T %s %s", tmpdir, temp1);
|
|
if ((postings = mypopen(sortcommand, "r")) == NULL) {
|
|
(void) fprintf(stderr, "cscope: cannot open pipe to sort command\n");
|
|
cannotindex();
|