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

Remove unneeded quotes [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2021-07-19 17:18:51 +09:00
parent 95dd461387
commit fa239e0479
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -1337,7 +1337,7 @@ update-bundled_gems: PHONY
$(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