From ff4ef5a862a96d76c8a52557452105e9757a58af Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Thu, 4 Jun 2015 10:51:31 +0000 Subject: [PATCH] try out /bin/bash for job control, SA-739 --- test/bin/bomb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bin/bomb b/test/bin/bomb index c511b36..b706edf 100755 --- a/test/bin/bomb +++ b/test/bin/bomb @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright (c) 2014 Index Data ApS. http://indexdata.com # # bomb - wrapper to stop a process after N seconds -- 1.7.10.4