starting to look good for general updater
[feisty_meow.git] / scripts / customize / fred / scripts / disk_synch / update_soapbox.sh
index f2208f5327b513714a0587fb213d6f2a2c288ef2..5e1b98cc88806b82177763810eb22ef4fd1bf2db 100644 (file)
@@ -18,7 +18,7 @@ if [ $? -ne 0 ]; then
 fi
 
 # synch all our targets.
-for currdir in $ARCHIVE_COLLECTIONS_LIST; do
+for currdir in $ARCHIVE_COLLECTION_LIST; do
   synch_directory_to_target "$currdir" "$TARGET_FOLDER/$(basename $currdir)"/
 done
 
@@ -27,8 +27,9 @@ sep
 # update source code if present.
 echo getting latest fred repositories...
 pushd "$TARGET_FOLDER"
-update_source_folders extra_brain
-
+for currdir in $SOURCE_HIERARCHY_LIST; do
+  update_source_folders "$curr_dir"
+done
 sep
 
 echo Updated all expected portions of the targets successfully.