Admin/build
changeset 34284 33ad3571ad83
parent 34283 7911e83d06c0
child 34297 5c0a2583f997
--- a/Admin/build	Wed Jan 06 22:18:52 2010 +0100
+++ b/Admin/build	Wed Jan 06 22:21:25 2010 +0100
@@ -84,7 +84,7 @@
 function build_jars ()
 {
   pushd "$ISABELLE_HOME/src/Pure" >/dev/null
-  "$ISABELLE_TOOL" env ./mk-jars || fail "Failed."
+  "$ISABELLE_TOOL" env ./build-jars || fail "Failed!"
   popd >/dev/null
 }