diff options
Diffstat (limited to '')
-rwxr-xr-x | check/check-icons-listing (renamed from check-icons-listing) | 0 | ||||
-rwxr-xr-x | check/find-errors (renamed from find-errors) | 2 | ||||
-rwxr-xr-x | check/find-unlisted-icons (renamed from find-unlisted-icons) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/check-icons-listing b/check/check-icons-listing index 404e089..404e089 100755 --- a/check-icons-listing +++ b/check/check-icons-listing 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\)' diff --git a/find-unlisted-icons b/check/find-unlisted-icons index f493178..f493178 100755 --- a/find-unlisted-icons +++ b/check/find-unlisted-icons |