]> git.mxchange.org Git - mailer.git/blobdiff - contrib/remove-deprecated.sh
Also use git here.
[mailer.git] / contrib / remove-deprecated.sh
index 99ea27139dbe9fd85c64ea83d1a70e8516b183b7..4ce34532133131ef4f65db65d9f44901c380cb89 100755 (executable)
@@ -14,6 +14,6 @@ LIST2=`find -type f -name "*.tpl" -exec grep -H "@DEPRECATED" {} \;`
 LIST="${LIST1} ${LIST2}"
 
 if test "${LIST}" != " "; then
-       echo "${LIST}" | cut -d ":" -f 1 | xargs svn --force del
+       echo "${LIST}" | cut -d ":" -f 1 | xargs git rm
        sh ../../contrib/todo-builder.sh
 fi