# Add HMS_HOME and HMS_BIN to SDP shell environment, and append HMS_BIN
# to PATH.
if [[ -d "$P4CSITE/hms" ]]; then
   export HMS_HOME="$P4CSITE/hms"
   export HMS_BIN="$HMS_HOME/bin"
   [[ "$PATH" == *"$HMS_HOME"* ]] || export PATH="$PATH:$HMS_BIN"
fi
