Register Isabelle/DOF as Isabelle component.
Isabelle_DOF/Isabelle_DOF/master This commit looks good Details

This commit is contained in:
Achim D. Brucker 2019-08-02 23:57:15 +01:00
parent 5066281145
commit 3942c650fd
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ install_and_register(){
echo 'ISABELLE_TOOLS=$ISABELLE_TOOLS:$ISABELLE_HOME_USER/DOF/Tools' \
>> "$DIR/settings"
fi
grep -q $PWD\$ $ISABELLE_HOME_USER/ROOTS || echo "$PWD" >> $ISABELLE_HOME_USER/ROOTS
}