From 7a7aeb843c3cf492afc9a057a284f0931a15850a Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 28 Jan 2012 17:15:33 -0500 Subject: [PATCH] fix for updating cvs. --- scripts/rev_control/getme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rev_control/getme.sh b/scripts/rev_control/getme.sh index da38c629..92c3ee55 100644 --- a/scripts/rev_control/getme.sh +++ b/scripts/rev_control/getme.sh @@ -25,7 +25,7 @@ function do_update() directory="$1"; shift if [ -d "CVS" ]; then - cvs co -P -kb "$directory" + cvs update . elif [ -d ".svn" ]; then svn update . elif [ -d ".git" ]; then -- 2.34.1