]> git.mxchange.org Git - mailer.git/blobdiff - contrib/remove-deprecated.sh
Some fixes?
[mailer.git] / contrib / remove-deprecated.sh
index 99ea27139dbe9fd85c64ea83d1a70e8516b183b7..d093948663704ab5df8786ab5d96318841e9d577 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
-       sh ../../contrib/todo-builder.sh
+       echo "${LIST}" | cut -d ":" -f 1 | xargs git rm
+       sh `dirname $0`/todo-builder.sh
 fi