@@ -58,10 +58,18 @@ then
elif [[ "$mode" == "setup" ]]
then
which -s gmake
if [[ $? -eq 0 ]]
MAKE="gmake"
else
MAKE="make"
fi
git pull
cd $REACTICS_BDD
./build_cudd.sh
make
$MAKE
The note is not visible to the blocked user.