exclude TinyMCE from non-UTF8 file checks
authorGalen Charlton <gmcharlt@gmail.com>
Thu, 6 May 2010 23:55:44 +0000 (19:55 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Thu, 6 May 2010 23:55:44 +0000 (19:55 -0400)
Since Koha otherwise had made no modifications to the TinyMCE,
we'll leave it alone.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>

xt/find-nonutf8

index a6dd49d..a1a56e9 100755 (executable)
@@ -25,6 +25,7 @@ set -e
 
 git ls-files |
 grep -Ev '\.(gif|jpg|png|pdf|ogg|psd|swf|odt|zip|ico|DS_Store|chr|dat)$' |
+grep -v /js/tinymce/ |
 while read filename
 do
     if ! isutf8 -q "$filename"