Skip to content

Use POSIX compliant loop syntax at bin/background_scripts

Oswaldo Ferreira requested to merge osw-use-posix-compliant-for-loop-syntax into master

What does this MR do?

In light of possible issues we might have with a few shells (gitlab-development-kit!1128 (comment 306862791)), here we make use of a POSIX-valid while loop (instead a for).

I wasn't able to reproduce the issue using either zsh or bash.

Merge request reports