Remove superfluous continue at end of loop. (pointy-hat)

This commit is contained in:
Devin Teske 2013-07-05 21:32:54 +00:00
parent c71e336230
commit 4254e87dbc

View File

@ -640,7 +640,7 @@ f_package_review()
debug= f_getvar _mark_$varpkg mark
[ "$mark" = "I" ] || continue
f_dprintf "%s: Installing %s package" $fname "$package"
f_package_add "$package" || continue
f_package_add "$package"
done
for package in $SELECTED_PACKAGES; do
mark=