Dan Burkert has submitted this change and it was merged. Change subject: [thirdparty] fix build-thirdparty.sh for bash 3.x ......................................................................
[thirdparty] fix build-thirdparty.sh for bash 3.x The fall-through directive ';&' works only for bash >= 4.0. This change makes it work for bash 3.x as well. Change-Id: I624e5d13b8a981491a65bae590be1f1e432710a9 Reviewed-on: http://gerrit.cloudera.org:8080/5832 Tested-by: Kudu Jenkins Reviewed-by: Adar Dembo <[email protected]> Reviewed-by: Mike Percy <[email protected]> --- M thirdparty/build-thirdparty.sh 1 file changed, 9 insertions(+), 4 deletions(-) Approvals: Mike Percy: Looks good to me, approved Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/5832 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I624e5d13b8a981491a65bae590be1f1e432710a9 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
