https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32349

Marcel de Rooy <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #9 from Marcel de Rooy <[email protected]> ---
#!/usr/bin/perl

And a bit later:

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"
    then
        echo "$filename"
    fi
done

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to