lib/scripts/getsettings
changeset 3118 24dae6222579
parent 2968 8ba30b031f31
child 3185 7a6c933d51d0
--- a/lib/scripts/getsettings	Tue May 06 15:24:41 1997 +0200
+++ b/lib/scripts/getsettings	Tue May 06 15:27:35 1997 +0200
@@ -23,4 +23,9 @@
 ISABELLE=$ISABELLE_HOME/bin/isabelle
 ISATOOL=$ISABELLE_HOME/bin/isatool
 
+#append ML system to paths
+ISABELLE_OUTPUT="$ISABELLE_OUTPUT/$ML_SYSTEM"
+ISABELLE_PATH=$(for DIR in $(echo $ISABELLE_PATH | tr : " "); do echo $DIR/$ML_SYSTEM; done)
+ISABELLE_PATH=$(echo $ISABELLE_PATH | tr " " :)
+
 set +o allexport