Repository: bigtop
Updated Branches:
  refs/heads/BIGTOP-2320 3f6b787e6 -> f84700d35 (forced update)


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/f84700d3
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/f84700d3
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/f84700d3

Branch: refs/heads/BIGTOP-2320
Commit: f84700d356772d02bc155f19fc3ce3249d42d676
Parents: 1ac2985
Author: Konstantin Boudnik <[email protected]>
Authored: Fri Feb 12 17:26:40 2016 +0300
Committer: Konstantin Boudnik <[email protected]>
Committed: Fri Feb 12 17:33:50 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/f84700d3/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

Reply via email to