lib/scripts/getsettings
author wenzelm
Fri, 13 Dec 1996 17:34:32 +0100
changeset 2383 4127499d9b52
parent 2348 b51e104ecf40
child 2428 853732a26bdd
permissions -rw-r--r--
added extend_trfunsT; removed test: prtabs_of; removed chartrans;

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

#value set by caller
export ISABELLE_HOME

set -o allexport

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

set +o allexport