From 1b2b0e1f244b3e71812fa9859e8b87150ea30434 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 3 Jun 2019 21:59:34 +0900 Subject: Revert "common.mk is NOT working with /bin/sh anymore" This reverts commit 11d3986d6557eb3cfcecbdd0ef6e21b18c7c960b. Travis was broken by that. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 3a97ac360d..1cac12aeab 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ # -*- mode: makefile-gmake; indent-tabs-mode: t -*- -SHELL = /bin/bash +SHELL = /bin/sh NULLCMD = @NULLCMD@ n=$(NULLCMD) ECHO1 = $(V:1=$n) -- cgit v1.2.3