#!/bin/sh
#set -xv
#  If the necessary variables are not defined, issue a message and exit:
: ${G1PROD:?} ${G1PRODPATH:?}

relFile=`$G1ECHO ${G1PROD}RLS | tr "[:lower:]" "[:upper:]"`
cat ${G1PRODPATH}/lib/${relFile}
