[前][次][番号順一覧][スレッド一覧]

ruby-changes:55970

From: Takashi <ko1@a...>
Date: Mon, 3 Jun 2019 21:59:57 +0900 (JST)
Subject: [ruby-changes:55970] Takashi Kokubun: 1b2b0e1f24 (trunk): Revert "common.mk is NOT working with /bin/sh anymore"

https://git.ruby-lang.org/ruby.git/commit/?id=1b2b0e1f24

From 1b2b0e1f244b3e71812fa9859e8b87150ea30434 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
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.

diff --git a/Makefile.in b/Makefile.in
index 3a97ac3..1cac12a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/Makefile.in#L1
 # -*- mode: makefile-gmake; indent-tabs-mode: t -*-
 
-SHELL = /bin/bash
+SHELL = /bin/sh
 NULLCMD = @NULLCMD@
 n=$(NULLCMD)
 ECHO1 = $(V:1=$n)
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]