From 35d77de0bd185776630344973a9cc6c8265e3458 Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Mon, 16 Jan 2012 11:45:56 +0000 Subject: Use /bin/bash for the show-dependencies test script. --- tests/show-dependencies.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/show-dependencies.script') diff --git a/tests/show-dependencies.script b/tests/show-dependencies.script index da651379..f38764b3 100755 --- a/tests/show-dependencies.script +++ b/tests/show-dependencies.script @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Test a basic distributed build of two depending strata # with a couple of chunks in them. -- cgit v1.2.1