#!/bin/sh # # $Header: has/crfutl/crfsetenv.sbs /main/1 2008/7/13 12:37:08 sukumar Exp $ # # crfsetenv # # Copyright (c) 2007, 2008, Oracle. All rights reserved. # # NAME # crfsetenv - Set environment for debugging in end user system. # # DESCRIPTION # This just provides a script for setting the environment appropriately # in the end user system. Its just a debugging aid, nothing more. # You typically source it into current shell. # # NOTES # # MODIFIED (MM/DD/YY) # sukumar 06/18/08 - Initial version. # CRF_HOME=%CRFHOME% LD_LIBRARY_PATH=$CRF_HOME/lib:$LD_LIBRARY_PATH PATH=$CRF_HOME/bin:$PATH export CRF_HOME PATH LD_LIBRARY_PATH