From f372b831ed58b0c1abf41e90ac2560508e849960 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 18 Jun 2017 16:35:55 +1200 Subject: Update check/lint sh --- check/sh.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'check') diff --git a/check/sh.sh b/check/sh.sh index 53d8c4b6..c5a86955 100644 --- a/check/sh.sh +++ b/check/sh.sh @@ -1,4 +1,10 @@ -for sh in sh/* sh/profile.d/* sh/shrc.d/* ; do +for sh in \ + sh/* sh/profile.d/* sh/shrc.d/* \ + keychain/profile.d/* keychain/shrc.d/* \ + ksh/shrc.d/* \ + mpd/profile.d/* \ + plenv/profile.d/* plenv/shrc.d/* \ +; do [ -f "$sh" ] || continue sh -n "$sh" || exit done -- cgit v1.2.3