added uniquifier to checkout also
authorChris Koeritz <fred@gruntose.com>
Thu, 12 Oct 2017 22:05:20 +0000 (18:05 -0400)
committerChris Koeritz <fred@gruntose.com>
Thu, 12 Oct 2017 22:05:20 +0000 (18:05 -0400)
scripts/rev_control/version_control.sh

index c27f6895fae602ffa223b99b07044d672130b7e1..4a8a542da87620c85e47b49a7d341fce91764e57 100644 (file)
@@ -205,12 +205,7 @@ function do_report_new
 function checkin_list()
 {
   # make the list of directories unique.
-echo list originally was: $*
   local list="$(uniquify $*)"
-echo list became $list
-
-#hmmm: if above works, then it's needed in other places that
-#  are passed lists.
 
   save_terminal_title
 
@@ -278,8 +273,9 @@ function do_update()
 }
 
 # gets all the updates for a list of folders under revision control.
-function checkout_list {
-  list=$*
+function checkout_list()
+{
+  local list="$(uniquify $*)"
 
   save_terminal_title