dracut-functions: bashified ret=ret+$? to ret+=$?

master
Harald Hoyer 2011-03-29 11:30:27 +02:00
parent 2aad23443e
commit a16ebfd56a
1 changed files with 1 additions and 1 deletions

View File

@ -787,7 +787,7 @@ instmods() {
# it may require
for_each_kmod_dep install_kmod_with_fw $mod \
--set-version $kernel ${moddirname}
ret=$((ret+$?))
((ret+=$?))
;;
esac
shift