From: Roland Haeder Date: Tue, 8 Apr 2014 21:09:54 +0000 (+0200) Subject: Also use git here. X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=9090695f6c507d0ba5e20d524f400785720bc480;hp=a15d5de4bf1d4e4c58558a6e7623479b9adcd195 Also use git here. Signed-off-by: Roland Haeder --- diff --git a/contrib/remove-deprecated.sh b/contrib/remove-deprecated.sh index 99ea27139d..4ce3453213 100755 --- a/contrib/remove-deprecated.sh +++ b/contrib/remove-deprecated.sh @@ -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