From 91aa4123f4c90b0176682a80e9dfe7d9b90bf553 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 29 Mar 2017 15:19:44 +1300 Subject: Remove SC2030 ignore for path logic Can't find where this was fixed --- sh/shrc.d/path.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'sh') diff --git a/sh/shrc.d/path.sh b/sh/shrc.d/path.sh index 79b48fd5..b6b1820f 100644 --- a/sh/shrc.d/path.sh +++ b/sh/shrc.d/path.sh @@ -6,7 +6,6 @@ path() { # List current directories in PATH list|'') ( - # shellcheck disable=SC2030 path=$PATH: while [ -n "$path" ] ; do dir=${path%%:*} -- cgit v1.2.3