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