Because of Turkish language has i İ and ı I. So grep -i iot != IoT in Turkish language.
i İ
ı I
grep -i iot
IoT
iot to IoT
iot
--- if [ "$(echo $IMAGE | grep -i iot)" != "" ]; then +++ if [ "$(echo $IMAGE | grep IoT)" != "" ]; then
iot to Iot
Iot
The images are called Fedora-IoT--...raw.xz and have been for basically ever so it should really be IoT
'grep -i iot' ignores case so it should match the name of the image.
Are you able to attach the output of the command you're using with '--debug'?
No it's not in Turkish language. We have ı I i İ so if you ignore IoT case it looks like ıot in Turkish.
ı I i İ
ıot
This is still an issue.
Are you able to possibly submit a patch with the extra knowledge of how the Turkish language works?
Sure. I will submit a patch tomorrow.
Now fixed with your PR, thanks!
Metadata Update from @pwhalen: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.