From aedb37dc49319a7cd1faf34f312a8a9fc01e611d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Thu, 29 Feb 2024 14:59:21 +0100 Subject: [PATCH] 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