src/HOL/Tools/Nitpick/nitpick.ML
changeset 43602 8c89a1fb30f2
parent 43022 7d3ce43d9464
child 44395 d39aedffba08
--- a/src/HOL/Tools/Nitpick/nitpick.ML	Thu Jun 30 11:15:36 2011 +0200
+++ b/src/HOL/Tools/Nitpick/nitpick.ML	Thu Jun 30 13:21:41 2011 +0200
@@ -183,9 +183,8 @@
   "Nitpick requires the external Java program Kodkodi. To install it, download \
   \the package from Isabelle's web page and add the \"kodkodi-x.y.z\" \
   \directory's full path to " ^
-  Path.print (Path.expand (Path.appends
-      (Path.variable "ISABELLE_HOME_USER" ::
-       map Path.basic ["etc", "components"]))) ^ " on a line of its own."
+  Path.print (Path.expand (Path.explode "$ISABELLE_HOME_USER/etc/components")) ^
+  " on a line of its own."
 
 val max_unsound_delay_ms = 200
 val max_unsound_delay_percent = 2