Repository: incubator-distributedlog Updated Branches: refs/heads/master a4999a890 -> b9861b908
DL-153: typo in distributedlog-benchmark/bin/dbench Author: Jay Juma <jayk.j...@gmail.com> Reviewers: Sijie Guo <si...@apache.org> Closes #85 from jayk-juma/jay/fix_typo_in_benchmark Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/b9861b90 Tree: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/b9861b90 Diff: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/b9861b90 Branch: refs/heads/master Commit: b9861b90857669d9fb113e3ce58c36641753876d Parents: a4999a8 Author: Jay Juma <jayk.j...@gmail.com> Authored: Tue Dec 27 09:00:12 2016 -0800 Committer: Sijie Guo <sij...@twitter.com> Committed: Tue Dec 27 09:00:12 2016 -0800 ---------------------------------------------------------------------- distributedlog-benchmark/bin/dbench | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b9861b90/distributedlog-benchmark/bin/dbench ---------------------------------------------------------------------- diff --git a/distributedlog-benchmark/bin/dbench b/distributedlog-benchmark/bin/dbench index ef58477..1baa21c 100755 --- a/distributedlog-benchmark/bin/dbench +++ b/distributedlog-benchmark/bin/dbench @@ -105,7 +105,7 @@ case "${COMMAND}" in ;; *) set -x - echo java $OPTS $COMMAND $@ + exec java $OPTS $COMMAND $@ ;; esac