From ac91271f90ccd1514c81e068c7290b8a23e1862b Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Thu, 12 Oct 2017 18:05:20 -0400 Subject: [PATCH] added uniquifier to checkout also --- scripts/rev_control/version_control.sh | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index c27f6895..4a8a542d 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -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 -- 2.34.1