<snip> if ! enewgroup cjdbc || ! enewuser cjdbc -1 /bin/sh /dev/null cjdbc; then die "Unable to add cjdbc user and cjdbc group." fi </snip> enew{user,group} dies on its own, no need for this.
Fixed in CVS.