From c3f5e8496e2850cba524e2a4ade2396cf6092b3c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 17 Aug 2016 18:10:01 +1200 Subject: Include shrc.d in check-sh target Quote a string entirely to appease shellcheck too --- check/sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check') diff --git a/check/sh b/check/sh index 47e41c77..ec3ba339 100755 --- a/check/sh +++ b/check/sh @@ -1,5 +1,5 @@ #!/bin/sh -for sh in sh/* sh/profile.d/* ; do +for sh in sh/* sh/profile.d/* sh/shrc.d/* ; do [ -f "$sh" ] || continue sh -n "$sh" || exit done -- cgit v1.2.3