Revert "we need a full bash here" This reverts commit 1cb8dbaa7d49548da7656d7798d2e01db64ac6bf.
Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/af5a28f1 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/af5a28f1 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/af5a28f1 Branch: refs/heads/master Commit: af5a28f1e36cfff397bd3af79b928284d8394348 Parents: aa75e23 Author: Jochen Kemnade <[email protected]> Authored: Thu Sep 17 08:47:54 2015 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Thu Sep 17 08:47:54 2015 +0200 ---------------------------------------------------------------------- travis-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/af5a28f1/travis-build.sh ---------------------------------------------------------------------- diff --git a/travis-build.sh b/travis-build.sh index 60ddb12..4d4d84d 100755 --- a/travis-build.sh +++ b/travis-build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Abort on Error set -e @@ -34,4 +34,4 @@ PING_LOOP_PID=$! dump_output # nicely terminate the ping output loop -kill $PING_LOOP_PID +kill $PING_LOOP_PID \ No newline at end of file
