lib/scripts/getsettings
author paulson
Fri, 31 Jan 1997 17:51:42 +0100
changeset 2576 390c9fb786b5
parent 2478 adbd622bb375
child 2590 363b2c37a1b9
permissions -rw-r--r--
Declaration of ccontr (classical contradiction) for HOL compatibility

#
# $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