permission mods
[feisty_meow.git] / scripts / clam / clean_subdirs.sh
old mode 100755 (executable)
new mode 100644 (file)
index 8eb4cdc..a438cc0
@@ -11,9 +11,9 @@ function clean_subdirectories()
   for smoot87 in $(find . -mindepth 1 -maxdepth 1 -type d); do
     # make sure there's a makefile there.
     if [ -f "$smoot87/makefile" ]; then
-#echo "inside barriers, with filename=$smoot87 and all conditions met."
+#echo -e "\n\n[[inside barriers, with filename=$burlap51 and all conditions met]]\n\n"
       pushd "$smoot87" &>/dev/null
-      make --silent -I "$CLAM_DIR" NOT_FIRST_MAKE=t clean
+      make --silent -I "$CLAM_SCRIPTS" NOT_FIRST_MAKE=t clean
       popd &>/dev/null
     else
       echo "(skipping directory $smoot87)"