Skip to content

Commit 6e8f539

Browse files
committed
shellcheck - disable checks for zsh block
1 parent 2d7bc7f commit 6e8f539

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev_tools/pypath

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222

2323
if [ -n "${ZSH_VERSION}" ]; then
24+
# shellcheck disable=2296,2298
2425
_PYPATH_BASE_DIR="${${(%):-%x}:a:h:h}"
2526
else
2627
_PYPATH_BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"

0 commit comments

Comments
 (0)