From 96d260713e2053617db5163ec1aae06901e1742c Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Thu, 17 Oct 2019 09:29:42 +0200 Subject: [PATCH] CONFIG: openfoam session must use /bin/bash, not /bin/sh (fixes #1461) --- bin/tools/openfoam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tools/openfoam b/bin/tools/openfoam index 965cbd5787..85e3f85b31 100755 --- a/bin/tools/openfoam +++ b/bin/tools/openfoam @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash #------------------------------------------------------------------------------ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox