Source /etc/oraprofile if it is there.

This commit is contained in:
hjp 1999-02-18 13:03:59 +00:00
parent d8056e5271
commit c8eec10d8c
1 changed files with 5 additions and 0 deletions

View File

@ -16,4 +16,9 @@ else
vhost="$sock" vhost="$sock"
fi fi
vhost=`echo "$vhost" | cut -d . -f 1` vhost=`echo "$vhost" | cut -d . -f 1`
RECHNER=$vhost
if [ -f /etc/oraprofile ]
then
. /etc/oraprofile
fi