X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=DOCS%2Fremove-deprecated.sh;h=b3de570576e026b8d19b94a6b4dcd7d3ab52dcd6;hb=8f4f49ab24b34a707b024ba5406458bc4c8f6695;hp=87bed750d944fee16987e144d4e9d3dcfc3bc11d;hpb=dc25bd7a76750f02e2d617c9db9eb0aae53270f5;p=mailer.git diff --git a/DOCS/remove-deprecated.sh b/DOCS/remove-deprecated.sh index 87bed750d9..b3de570576 100755 --- a/DOCS/remove-deprecated.sh +++ b/DOCS/remove-deprecated.sh @@ -1,12 +1 @@ -#!/bin/sh - -if ! test -e "modules.php"; then - echo "$0: Please execute this script from root directory." - exit 1 -fi - -LIST=`find -name "*.tpl" -exec grep -H "@DEPRECATED" {} \;` -if test "${LIST}" != ""; then - echo "${LIST}" | cut -d ":" -f 1 | xargs svn --force del - sh ./DOCS/todo-builder.sh -fi +#@DEPRECATED