Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 466 → Rev 465

/alcasar.sh
224,7 → 224,6
done
# extract the current architecture (i586 ou X64)
fic=`cat /etc/product.id`
ARCH="i586"
old="$IFS"
IFS=","
set $fic
233,6 → 232,8
if [ "`echo $i|grep arch|cut -d'=' -f1`" == "arch" ]
then
ARCH=`echo $i|cut -d"=" -f2`
else
ARCH="i586"
fi
done
IFS="$old"