scripts/gen_image_generic.sh: replace -o with if/&&
authorRosen Penev <rosenp@gmail.com>
Mon, 6 Jan 2020 02:22:54 +0000 (18:22 -0800)
committerPetr Štetiar <ynezz@true.cz>
Sat, 11 Jul 2020 11:33:28 +0000 (13:33 +0200)
commit3819337cdf8c0c8f0807c000b01ac0c2f13c02c7
treed407701d15c165fd3942c599d8c3dadb22cf016b
parent227e47b3ca964939f41c3564dd7da72d60044d00
scripts/gen_image_generic.sh: replace -o with if/&&

-o is not well defined.

Found with shellcheck.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
scripts/gen_image_generic.sh