Admin/build
changeset 45091 bf56eb7af632
parent 43521 d477b92109b8
child 45385 7c1375ba1424
--- a/Admin/build	Mon Sep 26 21:17:25 2011 +0200
+++ b/Admin/build	Mon Sep 26 21:41:39 2011 +0200
@@ -84,7 +84,7 @@
 
 function build_jars ()
 {
-  "$ISABELLE_HOME/lib/scripts/java_ext_dirs" >/dev/null
+  "$ISABELLE_TOOL" env "$ISABELLE_HOME/lib/scripts/java_ext_dirs" >/dev/null
   pushd "$ISABELLE_HOME/src/Pure" >/dev/null
   "$ISABELLE_TOOL" env ./build-jars "$@" || exit $?
   popd >/dev/null