From: kanschat Date: Mon, 11 Oct 2010 16:59:19 +0000 (+0000) Subject: Set bash in common make options X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2a7dc96b53c4f9f002f459e66ffeb0a485236ac;p=dealii-svn.git Set bash in common make options git-svn-id: https://svn.dealii.org/trunk@22299 0785d39b-7218-0410-832d-ea1e28bc413d --- 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