Skip to content
Snippets Groups Projects
Commit a93f5197 authored by Libreboot project's avatar Libreboot project Committed by Leah Rowe
Browse files

roms: rename x variable to it in for loop


there are two for loops that use x as a variable anme,
and an idiosyncrasy of certain sh implementations is
that these become global;

the result in this case was that when you finish building
every target in "./build roms", it would print "libgfxinit"
repeatedly, comma separated, instead of a comma-separated
list of the targets that were built.

work around it by renaming the variable in one of the loops.

Signed-off-by: default avatarLeah Rowe <leah@libreboot.org>
parent faff6f03
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment