aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
Diffstat (limited to '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%%:*}