Using git cvsimport rather than git-cvsimport
[git-tools-moved-to-github.git] / id-cvs-to-git / id-cvs-to-git.sh
index 761b57f..979feb1 100755 (executable)
@@ -40,7 +40,7 @@ if test "$SRC" = "CVS"; then
        rm -fr import_project
        mkdir import_project
        cd import_project
-       git-cvsimport -u -A ../import.names -v $P
+       git cvsimport -u -A ../import.names -v $P
        cd ..
        git clone --bare import_project ${P}.git
 else