X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcustomize%2Ffred%2Fscripts%2Fdisk_synch%2Fupdate_soapbox.sh;h=5e1b98cc88806b82177763810eb22ef4fd1bf2db;hb=f4c16b2e2c288c8c37bc36e0446c0141afd8a363;hp=f2208f5327b513714a0587fb213d6f2a2c288ef2;hpb=5af202498131eb5eed099b84187e59889303faa8;p=feisty_meow.git diff --git a/scripts/customize/fred/scripts/disk_synch/update_soapbox.sh b/scripts/customize/fred/scripts/disk_synch/update_soapbox.sh index f2208f53..5e1b98cc 100644 --- a/scripts/customize/fred/scripts/disk_synch/update_soapbox.sh +++ b/scripts/customize/fred/scripts/disk_synch/update_soapbox.sh @@ -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.