diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2017-03-29 15:19:44 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2017-03-29 15:19:44 +1300 |
commit | 91aa4123f4c90b0176682a80e9dfe7d9b90bf553 (patch) | |
tree | 9cc7d59d62c99f69d396d197e3a317308309a2ae /sh | |
parent | Remove SC2154 ignore for $.sh from ksh startup (diff) | |
download | dotfiles-91aa4123f4c90b0176682a80e9dfe7d9b90bf553.tar.gz dotfiles-91aa4123f4c90b0176682a80e9dfe7d9b90bf553.zip |
Remove SC2030 ignore for path logic
Can't find where this was fixed
Diffstat (limited to 'sh')
-rw-r--r-- | sh/shrc.d/path.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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%%:*} |