From a60c9e091be106bd1f528c9e1e28ced429b8e227 Mon Sep 17 00:00:00 2001 From: Jiale Zhi Date: Fri, 21 Feb 2014 12:08:46 -0800 Subject: [PATCH] Set make shell to bash --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 9e5f582..be88ba9 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +SHELL = /bin/bash + # This should be defined by the invoking environment, pointing to the # executable that will perform the requested test actions. # Exit code of 127 is regarded as a skip test request..