Admin/isatest/isatest-makeall
changeset 28504 7ad7d7d6df47
parent 28500 4b79e5d3d0aa
child 28527 82b36daff4c1
--- a/Admin/isatest/isatest-makeall	Sat Oct 04 16:19:49 2008 +0200
+++ b/Admin/isatest/isatest-makeall	Sat Oct 04 17:40:56 2008 +0200
@@ -3,7 +3,7 @@
 # $Id$
 # Author: Gerwin Klein, TU Muenchen
 #
-# DESCRIPTION: Run isatool makeall from specified distribution and settings.
+# DESCRIPTION: Run isabelle makeall from specified distribution and settings.
 
 ## global settings
 . ~/admin/isatest/isatest-settings
@@ -20,7 +20,7 @@
   echo
   echo "Usage: $PRG [-l logic targets] settings1 [settings2 ...]"
   echo
-  echo "  Runs isatool makeall for specified settings."
+  echo "  Runs isabelle makeall for specified settings."
   echo "  Leaves messages in ${ERRORLOG} and ${LOGPREFIX} if it fails."
   echo
   echo "Examples:"
@@ -88,7 +88,7 @@
         ;;
 esac
 
-ISABELLE_TOOL="$DISTPREFIX/Isabelle/bin/isatool"
+ISABELLE_TOOL="$DISTPREFIX/Isabelle/bin/isabelle"
 
 [ -x $ISABELLE_TOOL ] || fail "Cannot run $ISABELLE_TOOL"