Skip to content

Commit 1bafd84

Browse files
Shellcheck
1 parent 3da5211 commit 1bafd84

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

features/src/workbench-tools/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ chown -R "${USERNAME}:" "${LIB_ENV}"
167167
# If we created a standalone Python libraries environment from scratch, make it the default terminal Python.
168168
# If it already existed (LIB_ENV_EXISTS=1), we leave the host image's PATH untouched to prevent shadowing.
169169
if [[ "${LIB_ENV_EXISTS}" == "0" ]]; then
170+
# shellcheck disable=SC2016 # we want $PATH to be evaluated at runtime
170171
printf 'export PATH="%s/bin:$PATH"\n' "${LIB_ENV}"
171172
fi
172173

0 commit comments

Comments
 (0)