# HG changeset patch # User wenzelm # Date 857647832 -3600 # Node ID 476adc7425995117e83544f6a59d0f7a71670946 # Parent 29434f9b95ddab2e8c85053649dacd1a577f2af9 added ISABELLE_HOME normalization; diff -r 29434f9b95dd -r 476adc742599 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"