From c8eec10d8c21ae881f9fb3a83adecf8fb05189f8 Mon Sep 17 00:00:00 2001 From: hjp Date: Thu, 18 Feb 1999 13:03:59 +0000 Subject: [PATCH] Source /etc/oraprofile if it is there. --- .zprofile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zprofile b/.zprofile index b8b0d74..4da1b52 100644 --- a/.zprofile +++ b/.zprofile @@ -16,4 +16,9 @@ else vhost="$sock" fi vhost=`echo "$vhost" | cut -d . -f 1` +RECHNER=$vhost +if [ -f /etc/oraprofile ] +then + . /etc/oraprofile +fi