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