Subversion Repositories ALCASAR

Compare Revisions

Regard whitespace Rev 418 → Rev 419

/scripts/sbin/alcasar-dist-upgrade.sh
14,6 → 14,7
urpmi --auto --auto-update
 
fic=`cat /etc/product.id`
 
old="$IFS"
IFS=","
set $fic
26,7 → 27,7
if [ "`echo $i|grep version|cut -d'=' -f1`" == "version" ]
then
VERSION=`echo $i|cut -d"=" -f2`
if [ $VERSION = 2009.0 -o $VERSION = 2009.1 -o $VERSION = 2010.0 ]
if [ $VERSION == 2009.0 -o $VERSION == 2009.1 -o $VERSION == 2010.0 -o $VERSION == 2010.2 ]
then
VERSION="2010.1"
else