Repository: incubator-predictionio Updated Branches: refs/heads/develop 31c4bd192 -> 2d388db27
Fix Travis Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/2d388db2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/2d388db2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/2d388db2 Branch: refs/heads/develop Commit: 2d388db27b82166ebc3993adab452e4b2e38dd68 Parents: 31c4bd1 Author: Donald Szeto <[email protected]> Authored: Wed Mar 8 20:29:06 2017 -0800 Committer: Donald Szeto <[email protected]> Committed: Wed Mar 8 20:29:06 2017 -0800 ---------------------------------------------------------------------- tests/build-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/2d388db2/tests/build-docker.sh ---------------------------------------------------------------------- diff --git a/tests/build-docker.sh b/tests/build-docker.sh index a899a18..4438396 100755 --- a/tests/build-docker.sh +++ b/tests/build-docker.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash -ex +#!/bin/bash -ex # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with
