Continued with rewrites:
[core.git] / contrib / remove-deprecated.sh
index cd8d9f058ea7f2886b39c7824e599a296565fea1..d075762bad21cc5308d19dea86629bf78a1c14b7 100755 (executable)
@@ -11,6 +11,6 @@ LIST1=`find -type f -name "*.php" -size 24c -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 --force
        sh ./todo-builder.sh
 fi