This is a sponsor request for the fix for bug #6523890
installing lx branded zone from bzip2 compressed filesystem fails in "de" locale

Contributor agreement # : OS0003 

My suggested fix:

diff -r eed77e5fc4ad usr/src/lib/brand/lx/zone/lx_install.ksh
--- a/usr/src/lib/brand/lx/zone/lx_install.ksh  Thu Feb 08 18:32:09 2007 -0800
+++ b/usr/src/lib/brand/lx/zone/lx_install.ksh  Mon Feb 12 22:08:30 2007 +0100
@@ -380,7 +380,7 @@ if [[ -n $install_src ]]; then
                        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
 
 
This message posted from opensolaris.org

Reply via email to