From: Fred T. Hamster Date: Sat, 14 Jan 2012 15:26:53 +0000 (-0500) Subject: updated to fix name of oldest hoople codebase to be hoople1. X-Git-Tag: 2.140.90~1681 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=bb71dc6078fea69ae2d237ac7d4da1b3531fecc9;p=feisty_meow.git updated to fix name of oldest hoople codebase to be hoople1. --- diff --git a/scripts/rev_control/checkin.sh b/scripts/rev_control/checkin.sh index 54b26e8a..23532985 100644 --- a/scripts/rev_control/checkin.sh +++ b/scripts/rev_control/checkin.sh @@ -27,7 +27,7 @@ function do_checkin() function checkin_list { local list=$* for i in $list; do - 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 continue; fi pushd $j &>/dev/null