X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=DOCS%2Fremove-deprecated.sh;h=b3de570576e026b8d19b94a6b4dcd7d3ab52dcd6;hp=87bed750d944fee16987e144d4e9d3dcfc3bc11d;hb=def1c791b52a6b8b5891539387525c3736f3c24c;hpb=dc25bd7a76750f02e2d617c9db9eb0aae53270f5 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