diff --git a/distro/scripts/adl_cots.sh b/distro/scripts/adl_cots.sh
index 6cec69309dec566e718e339157fa5094c148e278..cfcd2ee641af9a1ac3a42c0ba995b684fd54e079 100755
--- a/distro/scripts/adl_cots.sh
+++ b/distro/scripts/adl_cots.sh
@@ -631,8 +631,12 @@ ls ${ADL_HOME}
 #     ./buildAdl.sh 2>&1 | tee ${COTS_HOME}/build_adl.log
 }
 
-wipe
-all
+if [ "$1" == "all" ] ; then
+    wipe
+    all
+else
+    adl
+fi