Removed unneeded echo from setup

This commit is contained in:
David Harris 2023-03-10 12:08:24 -08:00
parent a3691cc5f7
commit 2db97d20fa

View File

@ -51,7 +51,6 @@ if [ -e "$IDV" ]; then
source ${IMPERAS_HOME}/bin/setup.sh source ${IMPERAS_HOME}/bin/setup.sh
setupImperas ${IMPERAS_HOME} setupImperas ${IMPERAS_HOME}
export PATH=$IDV/scripts/cvw:$PATH export PATH=$IDV/scripts/cvw:$PATH
echo $PATH
fi fi