Also use git here.
authorRoland Haeder <roland@mxchange.org>
Tue, 8 Apr 2014 21:09:54 +0000 (23:09 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 8 Apr 2014 21:09:54 +0000 (23:09 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
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