Browse Source

BUG: CVS login command is login, not cvs_login.

Brad King 23 years ago
parent
commit
35505b9d8e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Utilities/Release/cmake_release.sh

+ 1 - 1
Utilities/Release/cmake_release.sh

@@ -100,7 +100,7 @@ cvs_login()
             CVSPASS=""
         fi
         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
             echo "Already logged in."
         fi