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:
parent
11d3986d65
commit
1b2b0e1f24
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# -*- mode: makefile-gmake; indent-tabs-mode: t -*-
|
# -*- mode: makefile-gmake; indent-tabs-mode: t -*-
|
||||||
|
|
||||||
SHELL = /bin/bash
|
SHELL = /bin/sh
|
||||||
NULLCMD = @NULLCMD@
|
NULLCMD = @NULLCMD@
|
||||||
n=$(NULLCMD)
|
n=$(NULLCMD)
|
||||||
ECHO1 = $(V:1=$n)
|
ECHO1 = $(V:1=$n)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue