aboutsummaryrefslogtreecommitdiff
path: root/lint
diff options
context:
space:
mode:
authorTom Ryder <tom@staff.inspire.net.nz>2016-08-31 11:07:00 +1200
committerTom Ryder <tom@staff.inspire.net.nz>2016-08-31 11:07:00 +1200
commitc85c08a1bd0819b4b222297e9b268688bf5b5448 (patch)
treed1e14954298afcc80d3ce6f4912e409d2eb86ea9 /lint
parentUse more compatible block size for ls(1) (diff)
downloaddotfiles-c85c08a1bd0819b4b222297e9b268688bf5b5448.tar.gz
dotfiles-c85c08a1bd0819b4b222297e9b268688bf5b5448.zip
Build URxvt Perls with shb(1)
Diffstat (limited to 'lint')
-rwxr-xr-xlint/urxvt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lint/urxvt b/lint/urxvt
index 84f08619..9fd6193d 100755
--- a/lint/urxvt
+++ b/lint/urxvt
@@ -1,2 +1,2 @@
#!/bin/sh
-find urxvt/ext -type f -print -exec perlcritic --brutal -- {} \;
+find urxvt/ext -type f ! -name '*.pl' -print -exec perlcritic --brutal -- {} \;