From 8452c2040c4431e289d30602641045c5be952735 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 11 Mar 2012 13:02:26 -0400 Subject: [PATCH] nice, added git back into here. --- scripts/rev_control/update_these.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.34.1