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

tapestry-5 git commit: we need a full bash here

Repository: tapestry-5
Updated Branches:
  refs/heads/master 6d9da908c -> 1cb8dbaa7


we need a full bash here


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/1cb8dbaa
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/1cb8dbaa
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/1cb8dbaa

Branch: refs/heads/master
Commit: 1cb8dbaa7d49548da7656d7798d2e01db64ac6bf
Parents: 6d9da90
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Thu Sep 17 08:41:37 2015 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Thu Sep 17 08:41:37 2015 +0200

----------------------------------------------------------------------
 travis-build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/1cb8dbaa/travis-build.sh
----------------------------------------------------------------------
diff --git a/travis-build.sh b/travis-build.sh
index 4d4d84d..60ddb12 100755
--- a/travis-build.sh
+++ b/travis-build.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # Abort on Error
 set -e
 
@@ -34,4 +34,4 @@ PING_LOOP_PID=$!
 dump_output
 
 # nicely terminate the ping output loop
-kill $PING_LOOP_PID
\ No newline at end of file
+kill $PING_LOOP_PID