From c85c08a1bd0819b4b222297e9b268688bf5b5448 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 31 Aug 2016 11:07:00 +1200 Subject: Build URxvt Perls with shb(1) --- lint/urxvt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lint') 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 -- {} \; -- cgit v1.2.3