docs->DOCS fixed
authorRoland Häder <roland@mxchange.org>
Tue, 10 Mar 2009 18:51:55 +0000 (18:51 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 10 Mar 2009 18:51:55 +0000 (18:51 +0000)
DOCS/todo-builder.sh

index 821aa6801edbab69a2d128fad60cc0731d4f2ea4..a005c9bbc71e89732efe88c7bce460b06f423407 100644 (file)
@@ -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