lib/scripts/getsettings
author wenzelm
Thu, 23 Jan 1997 18:10:29 +0100
changeset 2548 b5d19d99a58d
parent 2478 adbd622bb375
child 2590 363b2c37a1b9
permissions -rw-r--r--
'rm -f' instead of 'cp -f';

#
# $Id$
#
# getsettings - bash source script to augment current env.
#

#value set by caller
export ISABELLE_HOME

set -o allexport

. $ISABELLE_HOME/etc/settings || exit 2
[ -f $ISABELLE_HOME_USER/etc/settings ] && . $ISABELLE_HOME_USER/etc/settings

ISABELLE=$ISABELLE_HOME/bin/isabelle
ISATOOL=$ISABELLE_HOME/bin/isatool

set +o allexport