aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-03-29 15:19:44 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-03-29 15:19:44 +1300
commit91aa4123f4c90b0176682a80e9dfe7d9b90bf553 (patch)
tree9cc7d59d62c99f69d396d197e3a317308309a2ae
parentRemove SC2154 ignore for $.sh from ksh startup (diff)
downloaddotfiles-91aa4123f4c90b0176682a80e9dfe7d9b90bf553.tar.gz
dotfiles-91aa4123f4c90b0176682a80e9dfe7d9b90bf553.zip
Remove SC2030 ignore for path logic
Can't find where this was fixed
-rw-r--r--sh/shrc.d/path.sh1
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%%:*}