Use POSIX-compliant method to find isabelle command.

This commit is contained in:
Achim D. Brucker 2021-08-20 22:31:14 +01:00
parent 6c433ed766
commit 3ac69001ab
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ install_and_register(){
} }
ISABELLE=`which isabelle` ISABELLE=`command -v isabelle`
SKIP="false" SKIP="false"
while [ $# -gt 0 ] while [ $# -gt 0 ]
do do