The branch main has been updated by des:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=aedb37dc49319a7cd1faf34f312a8a9fc01e611d

commit aedb37dc49319a7cd1faf34f312a8a9fc01e611d
Author:     Dag-Erling Smørgrav <[email protected]>
AuthorDate: 2024-02-29 13:59:21 +0000
Commit:     Dag-Erling Smørgrav <[email protected]>
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

Reply via email to