From 534f40222708923c9408e8cce31c88e75a977206 Mon Sep 17 00:00:00 2001 From: dduvall Date: Tue, 29 Aug 2006 13:22:31 -0700 Subject: backout 6455242/6460124/6463720/6455242: needs more work --- usr/src/tools/scripts/checkpaths.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'usr/src/tools/scripts/checkpaths.sh') diff --git a/usr/src/tools/scripts/checkpaths.sh b/usr/src/tools/scripts/checkpaths.sh index 965595ed74..723ee14219 100644 --- a/usr/src/tools/scripts/checkpaths.sh +++ b/usr/src/tools/scripts/checkpaths.sh @@ -19,12 +19,11 @@ # # CDDL HEADER END # - # # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" +#ident "%Z%%M% %I% %E% SMI" # Quis custodiet ipsos custodies? @@ -68,8 +67,8 @@ fi for ROOT in $rootlist do case "$ROOT" in - *sparc|*sparc-nd) arch=sparc;; - *i386|*i386-nd) arch=i386;; + *sparc) arch=sparc;; + *i386) arch=i386;; *) echo "$ROOT has unknown architecture." >&2 exit 1 -- cgit v1.2.3