Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/machine s/uname -p/uname -m/ of course. Noted by Sim...



details:   https://anonhg.NetBSD.org/src/rev/2eb3817c003e
branches:  trunk
changeset: 475051:2eb3817c003e
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Fri Jul 30 11:44:57 1999 +0000

description:
s/uname -p/uname -m/ of course. Noted by Simon Burge.

diffstat:

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

diffs (7 lines):

diff -r 5c0b56dddf95 -r 2eb3817c003e usr.bin/machine/machine.sh
--- a/usr.bin/machine/machine.sh        Fri Jul 30 11:40:19 1999 +0000
+++ b/usr.bin/machine/machine.sh        Fri Jul 30 11:44:57 1999 +0000
@@ -1,2 +1,2 @@
 #!/bin/sh
-exec /usr/bin/uname -p
+exec /usr/bin/uname -m



Home | Main Index | Thread Index | Old Index