Commit eb981e2
hijack.sh: properly disable shellcheck on fake logfile=$logfile definition
Fixes warning found in
https://github.com/thesofproject/sof-test/actions/runs/4635603962/jobs/8202801248?pr=1018
testing PR #1018
See inline comments. Fixes commit 0ccb4c8 ("hijack.sh: more
generic way to disable unknown $logfile shellcheck")
Different shellcheck versions may warn about this fake definition
differently but life is too short to compare them, just disable both
SC2154 and SC2269
Signed-off-by: Marc Herbert <marc.herbert@intel.com>1 parent cad9cef commit eb981e2
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
0 commit comments