Repository: bigtop Updated Branches: refs/heads/BIGTOP-2320 79a93f35b -> 3f6b787e6
BIGTOP-2321. WTF a signle script would be a ksh? There's nothing that requires ksh Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/3f6b787e Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/3f6b787e Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/3f6b787e Branch: refs/heads/BIGTOP-2320 Commit: 3f6b787e64c024fd556ed9012489d5f2661257f1 Parents: 79a93f3 Author: Konstantin Boudnik <[email protected]> Authored: Fri Feb 12 17:26:40 2016 +0300 Committer: Konstantin Boudnik <[email protected]> Committed: Fri Feb 12 17:26:40 2016 +0300 ---------------------------------------------------------------------- bigtop-packages/src/common/hawq/do-component-build | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/3f6b787e/bigtop-packages/src/common/hawq/do-component-build ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/hawq/do-component-build b/bigtop-packages/src/common/hawq/do-component-build index a4469a0..07934b6 100755 --- a/bigtop-packages/src/common/hawq/do-component-build +++ b/bigtop-packages/src/common/hawq/do-component-build @@ -19,6 +19,9 @@ set -ex . `dirname $0`/bigtop.bom CWD=`pwd` +# Why? A single script with ksh, which isn't even ksh specific? +sed -i -e 's#/bin/ksh#/bin/bash#' tools/bin/diskqual.ksh + #docker run --rm=true -v `pwd`:/data -u root rlei/mydocker:latest /bin/sh -c " ## build libyarn first cd depends/libyarn
