lib/scripts/getsettings
author wenzelm
Mon, 09 Dec 1996 16:38:28 +0100
changeset 2344 c3e1eaea4418
parent 2307 508d2a233dbc
child 2348 b51e104ecf40
permissions -rw-r--r--
added -norc option; error output to stderr;

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