Author: draenog                      Date: Thu Mar 17 23:48:06 2011 GMT
Module: git-migration                 Tag: HEAD
---- Log message:
- fix for cvs2git in not standard location

---- Files affected:
git-migration:
   pld-git.sh (1.34 -> 1.35) 

---- Diffs:

================================================================
Index: git-migration/pld-git.sh
diff -u git-migration/pld-git.sh:1.34 git-migration/pld-git.sh:1.35
--- git-migration/pld-git.sh:1.34       Thu Mar 17 08:57:37 2011
+++ git-migration/pld-git.sh    Fri Mar 18 00:48:01 2011
@@ -99,7 +99,7 @@
        local pkg
        local tree_filter=$(pwd)/tree_filter.sh
 
-       [ -x /usr/bin/cvs2git ] || {
+       command -v cvs2git || {
                echo >&2 "cvs2git missing, install cvs2svn package"
                exit 1
        }
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/git-migration/pld-git.sh?r1=1.34&r2=1.35&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to