diff options
Diffstat (limited to '')
| -rwxr-xr-x | check/find-errors (renamed from find-errors) | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/find-errors b/check/find-errors index 87bf14f..c557a4b 100755 --- a/find-errors +++ b/check/find-errors @@ -1,4 +1,4 @@  #!/bin/sh  ! grep -ro '#[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]' scalable/ \  | tr 'A-F' 'a-f' \ -| grep -v '#\(bebebe\|ef2929\|f57900\|32a679\|cd656c\|d69553\|ccad47\|32a679\|00a09f\|2495be\|a46eb0\)' +| grep -v '#\(bebebe\|ef2929\|f57900\|32a679\|cd656c\|d69553\|ccad47\|32a679\|00a09f\|2495be\|a46eb0\|32a678\)' | 
