last error corrected, hopefully

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1159 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2008-03-13 16:36:53 +00:00
commit 3588199b47

View file

@ -459,8 +459,6 @@ function run_install_step()
then
RETURN=`expr $RETURN + $LAST_RETURN`
fi
RETURN=`expr $RETURN + $?`
fi
if [ ! $(($RETURN)) = 0 ]