Commits

Thomas Petazzoni committed 225c8aaf27a
coreutils: rewrite for loop with foreach This brings up error checking at each iteration of the loop for free, which removes the need for "|| exit 1". Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>