Fix wrong path for actual Isabelle version and update to dependent variables.
HOL-OCL/Isabelle_DOF/Isabelle2018 This commit looks good Details

This commit is contained in:
Achim D. Brucker 2019-06-17 16:35:40 +01:00
parent 567fedf6c8
commit 30c5876ade
1 changed files with 1 additions and 1 deletions

View File

@ -197,6 +197,7 @@ install_and_register(){
}
ISABELLE=`which isabelle`
while [ $# -gt 0 ]
do
@ -216,7 +217,6 @@ do
done
ISABELLE=`which isabelle`
ACTUAL_ISABELLE_VERSION=`$ISABELLE version`
GEN_DIR=document-generator
PROG=`echo $0 | sed 's|.*/||'`;