From bb71dc6078fea69ae2d237ac7d4da1b3531fecc9 Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Sat, 14 Jan 2012 10:26:53 -0500 Subject: [PATCH] updated to fix name of oldest hoople codebase to be hoople1. --- scripts/rev_control/checkin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1