lbu: fix exit code of "lbu commit"
When "lbu commit" is run without the "-v" (verbose) option, vecho
returns 1.
It caused "lbu commit" to exit with code 1 even when it was successful.
This patch makes function cmd_commit
ignore exit code of vecho
.
This way "lbu commit" exits with code 0.