зеркало из https://github.com/github/ruby.git
common.mk is NOT working with /bin/sh anymore
at least on Ubuntu.
The brace expansion does not work on Ubuntu /bin/sh (dash), and so
4c0e21add7
effectively broke /bin/sh
compatibility of common.mk.
I guess he was using macOS whose /bin/sh is bash.
This commit is contained in:
Родитель
a4c5d23404
Коммит
11d3986d65
|
@ -1,6 +1,6 @@
|
|||
# -*- mode: makefile-gmake; indent-tabs-mode: t -*-
|
||||
|
||||
SHELL = /bin/sh
|
||||
SHELL = /bin/bash
|
||||
NULLCMD = @NULLCMD@
|
||||
n=$(NULLCMD)
|
||||
ECHO1 = $(V:1=$n)
|
||||
|
|
Загрузка…
Ссылка в новой задаче