git: aedb37dc4931 - main - lorder: Don't rely on legacy syntax.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 29 Feb 2024 14:19:21 UTC
The branch main has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=aedb37dc49319a7cd1faf34f312a8a9fc01e611d
commit aedb37dc49319a7cd1faf34f312a8a9fc01e611d
Author: Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2024-02-29 13:59:21 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2024-02-29 13:59:21 +0000
lorder: Don't rely on legacy syntax.
MFC after: 1 week
Sponsored by: Klara, Inc.
Reviewed by: allanjude
Differential Revision: https://reviews.freebsd.org/D44155
---
usr.bin/lorder/lorder.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.bin/lorder/lorder.sh b/usr.bin/lorder/lorder.sh
index be28eec8b9bc..c6d69b2d1b0b 100644
--- a/usr.bin/lorder/lorder.sh
+++ b/usr.bin/lorder/lorder.sh
@@ -107,4 +107,4 @@ done
#
sort -k 2 -o $R $R
sort -k 2 -o $S $S
-join -j 2 -o 1.1 2.1 $R $S
+join -j 2 -o 1.1 -o 2.1 $R $S