From d2a7dc96b53c4f9f002f459e66ffeb0a485236ac Mon Sep 17 00:00:00 2001 From: kanschat Date: Mon, 11 Oct 2010 16:59:19 +0000 Subject: [PATCH] Set bash in common make options git-svn-id: https://svn.dealii.org/trunk@22299 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/Make.global_options.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deal.II/common/Make.global_options.in b/deal.II/common/Make.global_options.in index 2607596ac3..5f2bc63966 100644 --- a/deal.II/common/Make.global_options.in +++ b/deal.II/common/Make.global_options.in @@ -16,6 +16,11 @@ ############################################################################### +###################################################################### +# Since most of our makefiles at some ponit use bash features, choose +# bash as default shell here once and for all +SHELL=/bin/bash + ###################################################### # the following lines will be replaced by the output -- 2.39.5