added ISABELLE_HOME normalization;
authorwenzelm
Thu, 06 Mar 1997 12:30:32 +0100
changeset 2736 476adc742599
parent 2735 29434f9b95dd
child 2737 a43320c05e84
added ISABELLE_HOME normalization;
lib/scripts/getsettings
--- a/lib/scripts/getsettings	Thu Mar 06 12:28:17 1997 +0100
+++ b/lib/scripts/getsettings	Thu Mar 06 12:30:32 1997 +0100
@@ -4,8 +4,10 @@
 # getsettings - bash source script to augment current env.
 #
 
-#value set by caller
+#normalize ISABELLE_HOME as passed by caller
 export ISABELLE_HOME
+ISABELLE_HOME=$(cd $ISABELLE_HOME; echo $PWD)
+
 
 set -o allexport
 
@@ -22,6 +24,7 @@
 . $ISABELLE_HOME/etc/settings || exit 2
 [ -f $ISABELLE_HOME_USER/etc/settings ] && . $ISABELLE_HOME_USER/etc/settings
 
+#derived values
 ISABELLE=$ISABELLE_HOME/bin/isabelle
 ISATOOL=$ISABELLE_HOME/bin/isatool
 ISABELLE_OUTPUT_DIR="$ISABELLE_OUTPUT/$ML_SYSTEM-$PLATFORM"