BUG: CVS login command is login, not cvs_login.

This commit is contained in:
Brad King 2003-01-15 18:44:15 -05:00
parent 6b17ec0240
commit 35505b9d8e
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ cvs_login()
CVSPASS="" CVSPASS=""
fi fi
if [ -z "`grep \"$CVSROOT\" ${CVSPASS} /dev/null`" ]; then if [ -z "`grep \"$CVSROOT\" ${CVSPASS} /dev/null`" ]; then
echo "cmake" | cvs -q -z3 -d $CVSROOT cvs_login echo "cmake" | cvs -q -z3 -d $CVSROOT login
else else
echo "Already logged in." echo "Already logged in."
fi fi