Fix: Correct pip_opts var expansion in lf-act-venv 65/73565/1 master v0.92.3
authorAnil Belur <abelur@linuxfoundation.org>
Tue, 26 Aug 2025 21:29:36 +0000 (07:29 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Tue, 26 Aug 2025 21:30:30 +0000 (07:30 +1000)
commit42c1d2599c0e53dc6b138183220012386350187d
tree1b4536b5d542bdb3a85fea12025157bbc09b8818
parentc45aef3df0a903aa8e824afba8094f873da1f131
Fix: Correct pip_opts var expansion in lf-act-venv

Fix shell variable expansion issue where quoted $pip_opts was being
treated as a single argument instead of multiple pip options. Use
unquoted expansion with shellcheck disable comment to allow proper
argument splitting.

Change-Id: I91014c585216449587719f58e7e1c73f14be82fd
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
jenkins-init-scripts/lf-env.sh