You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2015/09/17 08:58:48 UTC

[2/4] tapestry-5 git commit: Revert "we need a full bash here"

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 <jo...@eddyson.de>
Authored: Thu Sep 17 08:47:54 2015 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
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