Properly close shell loop

This commit is contained in:
murgatroid99 2017-09-19 14:00:59 -07:00
parent f3706fd7d0
commit b2881e29b4
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ do
cd "reports/node$version"
for file in * ; do
mv $f `echo $f | sed 's/\(.*\)\.xml/\1_sponge_log.xml/'`
fi
done
done
if [ "$FAILED" != "" ]