From: root Date: Mon, 29 Jun 2015 14:25:48 +0000 (+0200) Subject: Makefile: Force SHELL to /bin/bash X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=4c4549c822cca499e0815170c41587badb6b2a0f;p=eval.git Makefile: Force SHELL to /bin/bash We use a lot of bashisms in our make rules. --- diff --git a/Makefile b/Makefile index 86f91d8..9adae40 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ # (c) 2008--2012 Martin Mares VERSION=2.0 +SHELL=/bin/bash # The default target all:: runtree programs datafiles configs