mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
common.mk: fix message
* common.mk (update-unicode-property-files): fix emoji version in the message. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60978 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
01830719f6
commit
f32bf7e678
1 changed files with 1 additions and 1 deletions
|
@ -1234,7 +1234,7 @@ update-unicode-property-files:
|
|||
$(ECHO) Downloading Unicode $(UNICODE_VERSION) property files...
|
||||
$(Q) $(MAKEDIRS) "$(UNICODE_SRC_DATA_DIR)/auxiliary"
|
||||
$(Q) $(UNICODE_DOWNLOAD) $(UNICODE_PROPERTY_FILES)
|
||||
$(ECHO) Downloading Unicode emoji $(UNICODE_VERSION) files...
|
||||
$(ECHO) Downloading Unicode emoji $(UNICODE_EMOJI_VERSION) files...
|
||||
$(Q) $(MAKEDIRS) "$(UNICODE_SRC_EMOJI_DATA_DIR)"
|
||||
$(Q) $(UNICODE_EMOJI_DOWNLOAD) $(UNICODE_EMOJI_FILES)
|
||||
|
||||
|
|
Loading…
Reference in a new issue