From: Guido Kanschat Date: Mon, 11 Oct 2010 16:59:19 +0000 (+0000) Subject: Set bash in common make options X-Git-Tag: v8.0.0~5289 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cb9957233ab588c1f6c23d80e753ddb49f28710;p=dealii.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