From cae4d383cf669f8d726e37cb85e58a4d4f185fb7 Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 27 Jan 2010 10:26:04 +0000 Subject: [PATCH] BUG: script uses bash but starts /bin/sh --- bin/mpirunDebug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mpirunDebug b/bin/mpirunDebug index 2376d22601..a62aa93876 100755 --- a/bin/mpirunDebug +++ b/bin/mpirunDebug @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash #------------------------------------------------------------------------------ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox