changeset 3665:fa2488776409

6523890 installing lx branded zone from bzip2 compressed filesystem fails in "de" locale Contributed by Juergen Keil
author kucharsk
date Fri, 16 Feb 2007 11:50:25 -0800
parents ecc47116246b
children 4c0bd30907d2
files usr/src/lib/brand/lx/zone/lx_install.ksh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/lib/brand/lx/zone/lx_install.ksh	Fri Feb 16 00:52:01 2007 -0800
+++ b/usr/src/lib/brand/lx/zone/lx_install.ksh	Fri Feb 16 11:50:25 2007 -0800
@@ -20,7 +20,7 @@
 # CDDL HEADER END
 #
 #
-# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
 # ident	"%Z%%M%	%I%	%E% SMI"
@@ -380,7 +380,7 @@
 			exit $int_code
 		fi
 
-		filetype=`{ LC_ALL=C; file $install_src | 
+		filetype=`{ LC_ALL=C file $install_src | 
 		    awk '{print $2}' ; } 2>/dev/null`
 
 		if [[ "$filetype" = "gzip" ]]; then