Author: dr Date: Fri Jan 4 14:51:39 2008 New Revision: 7077 Log: - Also allow the file to end with </html>
Modified: scripts/check-end-of-file-marker.sh Modified: scripts/check-end-of-file-marker.sh ============================================================================== --- scripts/check-end-of-file-marker.sh [iso-8859-1] (original) +++ scripts/check-end-of-file-marker.sh [iso-8859-1] Fri Jan 4 14:51:39 2008 @@ -2,7 +2,7 @@ for i in `find . -name \*.php`; do tail=`tail -n 1 $i`; - if test "$tail" != "?>"; then + if test "$tail" != "?>" -a "$tail" != "</html>"; then echo -n $i "" fi done -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components