6097 /lib/svc/method/auto-installer fails complaining about unmatched ''
authorJan Damborsky <jan.damborsky@sun.com>
Wed, 14 Jan 2009 13:58:00 +0100
changeset 408 92eb4ebaea5f
parent 407 694e65909fa5
child 409 141e3dc11d9f
6097 /lib/svc/method/auto-installer fails complaining about unmatched ''
usr/src/cmd/auto-install/svc/auto-installer
--- a/usr/src/cmd/auto-install/svc/auto-installer	Wed Jan 14 05:49:18 2009 -0700
+++ b/usr/src/cmd/auto-install/svc/auto-installer	Wed Jan 14 13:58:00 2009 +0100
@@ -20,7 +20,7 @@
 # CDDL HEADER END
 #
 #
-# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
 
@@ -87,7 +87,7 @@
 	# <install_media_root_dir>/install.conf.
 	# This file is downloaded and saved in /tmp.
 	# For X86, service_name is defined in menu.lst.
-	if [ "${ARCH} = "sparc" ]; then
+	if [ "${ARCH}" = "sparc" ]; then
 		AI_SERVICE_NAME=`/usr/bin/grep "^install_service" \
 		    $INSTALL_CONF |  /usr/bin/cut -d'=' -f2`
 	else