From: Chris Koeritz Date: Sun, 15 Jan 2012 16:10:53 +0000 (-0500) Subject: fixed name, seemingly again? hmmm. X-Git-Tag: 2.140.90~1676 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=778ca2d714ceb00b84e5abf7620207519f044766;p=feisty_meow.git fixed name, seemingly again? hmmm. --- diff --git a/scripts/rev_control/getme.sh b/scripts/rev_control/getme.sh index eaaf7d28..0b13373a 100644 --- a/scripts/rev_control/getme.sh +++ b/scripts/rev_control/getme.sh @@ -39,7 +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/hoople2 $i/quartz $i/web $i/yeti $i/xsede/xsede_tests $i/xsede/code/cak0l/trunk ; do + for j in $i/feisty_meow $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