From dc872d6baeccf48053780986cc1b980d4b1e1adc Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 9 Mar 2011 18:08:57 +0000 Subject: [PATCH] ENH: mpirunDebug: generate bash script since executes OpenFOAM bashrc scripts --- bin/mpirunDebug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mpirunDebug b/bin/mpirunDebug index b3eef1ea73..790112350d 100755 --- a/bin/mpirunDebug +++ b/bin/mpirunDebug @@ -172,7 +172,7 @@ do node="" esac - echo "#!/bin/sh" > $procCmdFile + echo "#!/bin/bash" > $procCmdFile case "$method" in 0) echo "$sourceFoam; cd $PWD; $exec $args | tee $procLog" >> $procCmdFile