#!/usr/bin/sh

[ -n "$_HPX_SEEN_HEP_RC" ] && return
_HPX_SEEN_HEP_RC=1

[ -z "$HPX_INIT" ] && . /etc/hepix/init.sh

# End of file.
