Commit 42c1d25
committed
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 <[email protected]>1 parent c45aef3 commit 42c1d25
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
| 269 | + | |
| 270 | + | |
270 | 271 | | |
271 | 272 | | |
272 | 273 | | |
| |||
315 | 316 | | |
316 | 317 | | |
317 | 318 | | |
318 | | - | |
| 319 | + | |
| 320 | + | |
319 | 321 | | |
320 | 322 | | |
321 | 323 | | |
| |||
0 commit comments