From ea5e3b34d5e4940721af0bc9c7afa4b24c9461cb Mon Sep 17 00:00:00 2001
From: Juan Escobar <escj@aero.obs-mip.fr>
Date: Thu, 13 Jun 2019 19:01:42 +0200
Subject: [PATCH] Juan 13/05/2019:Makefile , force internal SHELL=/bin/bash ,
 for ubuntu/dash problem

---
 src/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Makefile b/src/Makefile
index 57b158f16..aacc4b742 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2,6 +2,7 @@
 #MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence
 #MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
 #MNH_LIC for details. version 1.
+SHELL='/bin/bash'
 ##########################################################
 #                                                        #
 #  MACRO : dependance_flist                              #
-- 
GitLab