summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-06-03 21:59:34 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-06-03 21:59:34 +0900
commit1b2b0e1f244b3e71812fa9859e8b87150ea30434 (patch)
treea689a212db0e549f22493cce62b38cb0882aed05 /Makefile.in
parent11d3986d6557eb3cfcecbdd0ef6e21b18c7c960b (diff)
Revert "common.mk is NOT working with /bin/sh anymore"
This reverts commit 11d3986d6557eb3cfcecbdd0ef6e21b18c7c960b. Travis was broken by that.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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)