1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Revert "common.mk is NOT working with /bin/sh anymore"

This reverts commit 11d3986d65.

Travis was broken by that.
This commit is contained in:
Takashi Kokubun 2019-06-03 21:59:34 +09:00
parent 11d3986d65
commit 1b2b0e1f24
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -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)