734N/A#
734N/A# This script is intended to be 'source'd by users of the
734N/A# Razor tool suite.
734N/A
734N/A#
734N/A# Define the Razor environment:
734N/A#
734N/A
734N/Asetenv RAZOR_UNIVERSE_DIR /repository/razor/razor_db/OpenGrokSample/RAZOR_UNIVERSE
734N/A
734N/Asetenv RAZOR_LICENSE_DIR /repository/razor/Razor_lm
734N/Asetenv RAZOR_HOME /pkgs/Razor
734N/A
734N/A#
734N/A# Remove old paths from path variable
734N/A#
734N/A
734N/Aif (${?RAZOR_PATHS}) then
734N/A set path = (`echo $path | /usr/ucb/sed "s? $RAZOR_PATHS??"`)
734N/Aendif
734N/A
734N/A
734N/A#
734N/A# Set up the path to the Razor tools.
734N/A#
734N/A
734N/Asetenv RAZOR_PATHS "$RAZOR_HOME/bin $RAZOR_UNIVERSE_DIR/Scripts $RAZOR_HOME/scripts"
734N/Aset path = ($path $RAZOR_PATHS)
734N/A