From 7bb67f4178f80f4336a4c1d8b9955021dc75dc55 Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 27 Jan 2010 13:26:08 +0000 Subject: [PATCH] BUG: Was using bash construct but not starting /bin/bash --- bin/mpirunDebug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mpirunDebug b/bin/mpirunDebug index 2376d226..a62aa938 100755 --- a/bin/mpirunDebug +++ b/bin/mpirunDebug @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash #------------------------------------------------------------------------------ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox -- 2.11.4.GIT