From: Chris Koeritz Date: Sun, 11 Mar 2012 17:02:26 +0000 (-0400) Subject: nice, added git back into here. X-Git-Tag: 2.140.90~1484 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=8452c2040c4431e289d30602641045c5be952735;p=feisty_meow.git nice, added git back into here. --- diff --git a/scripts/rev_control/update_these.sh b/scripts/rev_control/update_these.sh index fb0f4495..97bf928e 100644 --- a/scripts/rev_control/update_these.sh +++ b/scripts/rev_control/update_these.sh @@ -10,6 +10,8 @@ for i in * ; do svn update . elif [ -d ".git" ]; then git pull + elif [ -d "CVS" ]; then + cvs update . fi popd fi