aboutsummaryrefslogtreecommitdiffstats
path: root/check/find-errors
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-02-17 11:18:12 +0100
committerMattias Andrée <maandree@kth.se>2024-02-17 11:18:12 +0100
commit3303dd0cfe91f0686063066221ea55115ae3708f (patch)
tree7fac8cb98b28bcb56808b7658dc57797dc39c3b2 /check/find-errors
parentAdd check rule (diff)
downloadsimple-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-xcheck/find-errors4
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\)'