From b7da6941d8a091bc027dc87cc9fff9cd68ad2319 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Sat, 22 Mar 2014 18:15:06 +0000 Subject: [PATCH] Testrun.sh needs to be run by bash in order to use a list. Copied from Perforce Change: 184959 ServerID: perforce.ravenbrook.com --- mps/tool/testrun.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mps/tool/testrun.sh b/mps/tool/testrun.sh index 1bdaf0aa6d2..5fdfa47bc05 100755 --- a/mps/tool/testrun.sh +++ b/mps/tool/testrun.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # # $Id$ # Copyright (c) 2013-2014 Ravenbrook Limited. See end of file for license.