Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/lorder Invoke "join" using POSIX syntax. Should fix ...



details:   https://anonhg.NetBSD.org/src/rev/b99b8e6d318f
branches:  trunk
changeset: 572477:b99b8e6d318f
user:      fredb <fredb%NetBSD.org@localhost>
date:      Tue Jan 04 18:09:33 2005 +0000

description:
Invoke "join" using POSIX syntax. Should fix a problem cross-building from
Linux reported to tech-toolchain by Jesse Off.

diffstat:

 usr.bin/lorder/lorder.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 4b71df3e5e2b -r b99b8e6d318f usr.bin/lorder/lorder.sh
--- a/usr.bin/lorder/lorder.sh  Tue Jan 04 16:22:58 2005 +0000
+++ b/usr.bin/lorder/lorder.sh  Tue Jan 04 18:09:33 2005 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#      $NetBSD: lorder.sh,v 1.12 2002/09/14 05:00:58 thorpej Exp $
+#      $NetBSD: lorder.sh,v 1.13 2005/01/04 18:09:33 fredb Exp $
 #
 # Copyright (c) 1990, 1993
 #      The Regents of the University of California.  All rights reserved.
@@ -106,4 +106,4 @@
 # join on that field, and print out the file names.
 sort +1 $R -o $R
 sort +1 $S -o $S
-join -j 2 -o 1.1 2.1 $R $S
+join -j 2 -o 1.1,2.1 $R $S



Home | Main Index | Thread Index | Old Index