diff --git a/distro/scripts/adl_cots.sh b/distro/scripts/adl_cots.sh index 4bb706921dfe2c7b6f85a3e93063aaec3cedeabc..597eb0e9fbd4a7a415d08bc3da8f4f0fdefc0287 100755 --- a/distro/scripts/adl_cots.sh +++ b/distro/scripts/adl_cots.sh @@ -52,11 +52,9 @@ COTSBASE=/CSPP_SDR_4_0 mkdir -p ${COTSBASE} echo $COTSBASE echo $COTS_HOME -shift 2 -echo $@ -export ADL_COTS=${COTS_HOME}/tars +export ADL_COTS=${COTS_HOME}/tars export USER_COTS_PATH=${COTSBASE}/local export BUILD=${COTSBASE}/build @@ -673,8 +671,6 @@ fix_links() all() { - #echo_vars - chk_installed for_container && \ mk_xerces && \ exit && \ @@ -696,8 +692,6 @@ all() mk_cminpak && \ mk_proto && \ fix_links && \ - chk_installed && \ - where && \ echo "COTS Built" }