aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/path.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-03-29 15:27:56 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-03-29 15:27:56 +1300
commitfb2b15e272e7c29348f1d23bd717d52cd6b69660 (patch)
treea2c9a933d7e9a8cce6d68d59b6612216a357a0b9 /sh/shrc.d/path.sh
parentMerge branch 'master' into port/bsd/freebsd (diff)
parentRemove SC2030 ignore for path logic (diff)
downloaddotfiles-fb2b15e272e7c29348f1d23bd717d52cd6b69660.tar.gz
dotfiles-fb2b15e272e7c29348f1d23bd717d52cd6b69660.zip
Merge branch 'master' into port/bsd/freebsd
Diffstat (limited to 'sh/shrc.d/path.sh')
-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%%:*}