diff options
author | Mattias Andrée <maandree@kth.se> | 2024-02-17 11:18:12 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-02-17 11:18:12 +0100 |
commit | 3303dd0cfe91f0686063066221ea55115ae3708f (patch) | |
tree | 7fac8cb98b28bcb56808b7658dc57797dc39c3b2 /check/find-errors | |
parent | Add check rule (diff) | |
download | simple-icon-theme-41e10adb615345ed062750c3fe0e83c299772c16.tar.gz simple-icon-theme-41e10adb615345ed062750c3fe0e83c299772c16.tar.bz2 simple-icon-theme-41e10adb615345ed062750c3fe0e83c299772c16.tar.xz |
Reimplement check/find-errors in C so nonstandard flags (-o and -r) for grep(1) are not required12
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'check/find-errors')
-rwxr-xr-x | check/find-errors | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/check/find-errors b/check/find-errors deleted file mode 100755 index c557a4b..0000000 --- a/check/find-errors +++ /dev/null @@ -1,4 +0,0 @@ -#!/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\|32a678\)' |