]> git.mxchange.org Git - mailer.git/blobdiff - DOCS/remove-deprecated.sh
Fixes some HTML errors, shell scripts cleaned up
[mailer.git] / DOCS / remove-deprecated.sh
index 045d8025702b01f8c4680544689a8d56f7cae1e6..b813380d7f500db89ba1e6abfffda270f6e4efcd 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh
 
 LIST=`find -name "*.tpl" -exec grep -H "@DEPRECATED" {} \;`
-echo "${LIST}" | cut -d ":" -f 1 | xargs svn --force del
-sh ./DOCS/todo-builder.sh
+if test "${LIST}" != ""; then
+       echo "${LIST}" | cut -d ":" -f 1 | xargs svn --force del
+       sh ./DOCS/todo-builder.sh
+fi