From c7b833ff1cfb189f3d841f376f480b478a6bec49 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 31 Oct 2017 22:51:42 +1300 Subject: Inline check arguments for URxvt perls There's no point making a list out of just one globbed item; we'll just inline it. That's also done for some of the other `check` scripts anyway. --- check/urxvt.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/check/urxvt.sh b/check/urxvt.sh index 9fff4502..4a9e7501 100644 --- a/check/urxvt.sh +++ b/check/urxvt.sh @@ -1,5 +1,4 @@ -set -- urxvt/ext/*.pl -for perl ; do +for perl in urxvt/ext/*.pl ; do perl -c "${perl%.pl}" || exit done printf 'URxvt Perl extensions parsed successfully.\n' -- cgit v1.2.3