]> feistymeow.org Git - feisty_meow.git/commitdiff
fixing doofus maneuver
authorFred T. Hamster <fred@feistymeow.org>
Fri, 13 Feb 2026 14:01:46 +0000 (09:01 -0500)
committerFred T. Hamster <fred@feistymeow.org>
Fri, 13 Feb 2026 14:01:46 +0000 (09:01 -0500)
hosed up the beautiful new approach by making the same old mistake of combining both repo lists.  argh.  fixed now, i think.  or hope.

scripts/rev_control/version_control.sh

index c87485895205f647feaf4ce95595f13628ad21fa..b3792753fd079ac16f1482b38cf0c564d7f254fe 100644 (file)
@@ -234,8 +234,9 @@ function checkin_list()
   local list="$(uniquify $*)"
 
   # turn repo list back into an array.
-  repolist_combined="$(uniquify ${REPOSITORY_LIST_TO_COMMIT[*]} ${REPOSITORY_LIST_TO_PULL[*]})"
-  eval "repository_list=( $repolist_combined )"
+#no, wtf???  repolist_combined="$(uniquify ${REPOSITORY_LIST_TO_COMMIT[*]} ${REPOSITORY_LIST_TO_PULL[*]})"
+#  eval "repository_list=( $repolist_combined )"
+  eval "repository_list=( ${REPOSITORY_LIST_TO_COMMIT[*]} )"
 
   local outer inner