From b7d58f3179de36d34e691500e98b49bcdbe3d5d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 10 Mar 2009 18:51:55 +0000 Subject: [PATCH 1/1] docs->DOCS fixed --- DOCS/todo-builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCS/todo-builder.sh b/DOCS/todo-builder.sh index 821aa6801e..a005c9bbc7 100644 --- a/DOCS/todo-builder.sh +++ b/DOCS/todo-builder.sh @@ -13,6 +13,6 @@ echo "### WARNING: THIS FILE IS AUTO-GENERATED BY $0 ###" > DOCS/TODOs.txt echo "### DO NOT EDIT THIS FILE. ###" >> DOCS/TODOs.txt find -type f -name "*.php" -exec grep -Hin "@TODO" {} \; | sort >> DOCS/TODOs.txt echo "### ### DEPRECATION FOLLOWS: ### ###" >> docs/TODOs.txt -find -type f -name "*.php" -exec grep -Hin "@DEPRECATED" {} \; | sort >> docs/TODOs.txt +find -type f -name "*.php" -exec grep -Hin "@DEPRECATED" {} \; | sort >> DOCS/TODOs.txt echo "$0: Done." exit 0 -- 2.30.2