lib/scripts/getsettings
author wenzelm
Mon, 02 Dec 1996 18:24:38 +0100
changeset 2302 47e078e60ab1
parent 2299 ed9720047d53
child 2307 508d2a233dbc
permissions -rw-r--r--
run-smlnj: SML/NJ startup script (for 1.06 or later).

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

#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