lib/scripts/getsettings
author wenzelm
Tue, 17 Dec 1996 12:53:14 +0100
changeset 2430 7dc83c3d751a
parent 2428 853732a26bdd
child 2478 adbd622bb375
permissions -rw-r--r--
now refers to absolute paths of binaries;

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

set +o allexport