From 2b9ad37cff2e700244b7a88437a5b2240ebd4582 Mon Sep 17 00:00:00 2001 From: Mark Olesen <Mark.Olesen@esi-group.com> 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 27997ce3dc..0ff54e9d02 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 -- GitLab