reverse orientation of ISABELLE_CLASSPATH;
authorwenzelm
Thu, 12 Sep 2013 14:32:02 +0200
changeset 53580 ffc926553ec5
parent 53579 602dc7e63757
child 53581 c0ad478abf50
reverse orientation of ISABELLE_CLASSPATH;
lib/scripts/getsettings
--- a/lib/scripts/getsettings	Thu Sep 12 14:10:45 2013 +0200
+++ b/lib/scripts/getsettings	Thu Sep 12 14:32:02 2013 +0200
@@ -134,7 +134,7 @@
     if [ -z "$ISABELLE_CLASSPATH" ]; then
       ISABELLE_CLASSPATH="$X"
     else
-      ISABELLE_CLASSPATH="$X:$ISABELLE_CLASSPATH"
+      ISABELLE_CLASSPATH="$ISABELLE_CLASSPATH:$X"
     fi
   done
   export ISABELLE_CLASSPATH