ruby-changes:66843
From: Nobuyoshi <ko1@a...>
Date: Mon, 19 Jul 2021 17:19:29 +0900 (JST)
Subject: [ruby-changes:66843] fa239e0479 (master): Remove unneeded quotes [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=fa239e0479 From fa239e04792e4b83c551257bd24bcc3cad822bf8 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Mon, 19 Jul 2021 17:18:51 +0900 Subject: Remove unneeded quotes [ci skip] --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 506b432..6205e0e 100644 --- a/common.mk +++ b/common.mk @@ -1337,7 +1337,7 @@ update-bundled_gems: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1337 $(Q) $(RUNRUBY) -rrubygems \ $(tooldir)/update-bundled_gems.rb \ "$(srcdir)/gems/bundled_gems" | \ - "$(IFCHANGE)" "$(srcdir)/gems/bundled_gems" - + $(IFCHANGE) "$(srcdir)/gems/bundled_gems" - git -C "$(srcdir)" diff --no-ext-diff --ignore-submodules --exit-code || \ git -C "$(srcdir)" commit -m "Update bundled_gems" gems/bundled_gems -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/