mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
Cosmetic fix.
Submitted by: Christoph Kukulies <kuku@gilberto.physik.rwth-aachen.de>
This commit is contained in:
parent
bf8a83a027
commit
e9400e0561
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6112
@ -38,7 +38,7 @@
|
||||
#
|
||||
# @(#)arch 8.1 (Berkeley) 6/6/93
|
||||
#
|
||||
# $Id: arch,v 5.2.2.2 1992/05/31 16:45:35 jsp Exp $
|
||||
# $Id: arch,v 1.1.1.1 1994/05/26 05:22:08 rgrimes Exp $
|
||||
#
|
||||
# Figure out machine architecture
|
||||
#
|
||||
@ -63,6 +63,7 @@ then
|
||||
ARCH="`uname`"
|
||||
case "$ARCH" in
|
||||
"HP-UX") echo hp9000; exit 0;;
|
||||
"FreeBSD") echo FreeBSD; exit 0;;
|
||||
AIX*) MACH="`uname -m`"
|
||||
case "$MACH" in
|
||||
00*) echo ibm6000; exit 0;;
|
||||
|
Loading…
Reference in New Issue
Block a user