Change the Makefile to use bash as SHELL
authorIustin Pop <iustin@google.com>
Wed, 26 Jan 2011 12:44:16 +0000 (13:44 +0100)
committerIustin Pop <iustin@google.com>
Wed, 26 Jan 2011 14:50:35 +0000 (15:50 +0100)
commita01dd3c68d19f1e25c2f1fd76cb1298889a05371
tree57c0b5823bc3c5aab308ae7ac2a7f8fc7739479e
parentd1b1deb48211bc2039ce552aa1f23cb826b79b04
Change the Makefile to use bash as SHELL

This is because we want, whenever we use sequences of commands, to set
pipefail, otherwise detecting build failures is difficult.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: RenĂ© Nussbaumer <rn@google.com>
Makefile.am