From e3f17d209bad605c81555800ab3c806034d51616 Mon Sep 17 00:00:00 2001
From: Scott Mindock <srmindock@wisc.edu>
Date: Mon, 25 Mar 2024 18:28:33 +0000
Subject: [PATCH] Users stuff

---
 distro/scripts/adl_cots.sh | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/distro/scripts/adl_cots.sh b/distro/scripts/adl_cots.sh
index 4bb7069..597eb0e 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"
 }
 
-- 
GitLab