X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Fgetme.sh;fp=scripts%2Frev_control%2Fgetme.sh;h=92c3ee55e73039c79fd5acba4be286b70b485535;hb=7a7aeb843c3cf492afc9a057a284f0931a15850a;hp=da38c6294befda8fb44bbc0f2072296a3c9cdbc6;hpb=b0f7b15c298fdbd9714e49112e1fc76e43c1eb9b;p=feisty_meow.git 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