HIVEMALL-13: Fail to building xgboost due to unbound variable HIVEMALL_HOME (#377)
Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/5ebdc06a Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/5ebdc06a Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/5ebdc06a Branch: refs/heads/master Commit: 5ebdc06aa2c7dd03f893525fc5ecfecb86659e3c Parents: f443c06 Author: Kai Sasaki <[email protected]> Authored: Fri Oct 28 16:47:52 2016 +0900 Committer: Makoto YUI <[email protected]> Committed: Fri Oct 28 16:47:52 2016 +0900 ---------------------------------------------------------------------- bin/build_xgboost.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/5ebdc06a/bin/build_xgboost.sh ---------------------------------------------------------------------- diff --git a/bin/build_xgboost.sh b/bin/build_xgboost.sh index 7b97eea..43ea515 100755 --- a/bin/build_xgboost.sh +++ b/bin/build_xgboost.sh @@ -17,7 +17,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -set -eu +set -e set -o pipefail # Target commit hash value
