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:
parent
95dd461387
commit
fa239e0479
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue