Commit 6940368
extensions: image-output-abl: remove redundant cat before recovery image build
The cat command creating Image.gz-${dtb_name} (where dtb_name holds the last
loop value) was unnecessary: Image.gz-${ABL_DTB_LIST[0]} is already created
by the for loop, and mkbootimg for the recovery image uses exactly that file.
Fix per #9401 (comment)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 8a29a20 commit 6940368
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
| |||
0 commit comments