From 91fc203a59b403321e4b3ff198157bd561f6157c Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 20 Jan 2012 12:41:21 -0500 Subject: [PATCH] updated to put back in my own code folder. --- scripts/rev_control/getme.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/rev_control/getme.sh b/scripts/rev_control/getme.sh index 814a169e..bd1edc4a 100644 --- a/scripts/rev_control/getme.sh +++ b/scripts/rev_control/getme.sh @@ -39,8 +39,7 @@ function checkout_list { list=$* for i in $list; do #this list should be part of the configuration file, not part of script. - for j in $i/feisty_meow $i/hoople $i/hoople1 $i/hoople2 $i/quartz $i/web $i/yeti $i/xsede/xsede_tests ; do -#$i/xsede/code/cak0l/trunk + for j in $i/feisty_meow $i/hoople $i/hoople1 $i/hoople2 $i/quartz $i/web $i/yeti $i/xsede/xsede_tests $i/xsede/code/cak0l/trunk ; do if [ ! -d $j ]; then # echo no directory called $j exists continue -- 2.34.1