abuild: remove empty check before for loop
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.
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.