Skip to content

abuild: remove empty check before for loop

Sertonix requested to merge sertonix/abuild:for-empty into master

When the variable is empty the body of the for loop will never be run. So the behaviour is the same without the extra check if the variable is empty.

Merge request reports