diff -r 5408e5207131 -r d6e492cea6e4 src/HOL/Tools/Nitpick/kodkod.ML --- a/src/HOL/Tools/Nitpick/kodkod.ML Sat Feb 06 14:39:33 2010 +0100 +++ b/src/HOL/Tools/Nitpick/kodkod.ML Sat Feb 06 14:50:55 2010 +0100 @@ -1004,7 +1004,7 @@ read_next_problems (Substring.full (File.read path), [], []) |>> rev ||> rev (* The fudge term below is to account for Kodkodi's slow start-up time, which - is partly due to the JVM and partly due to the ML "system" function. *) + is partly due to the JVM and partly due to the ML "bash" function. *) val fudge_ms = 250 (* bool -> Time.time option -> int -> int -> problem list -> outcome *) @@ -1053,7 +1053,7 @@ val outcome = let val code = - system ("cd " ^ temp_dir ^ ";\n" ^ + bash ("cd " ^ temp_dir ^ ";\n" ^ "env CLASSPATH=\"$KODKODI_CLASSPATH:$CLASSPATH\" \ \JAVA_LIBRARY_PATH=\"$KODKODI_JAVA_LIBRARY_PATH:\ \$JAVA_LIBRARY_PATH\" \