зеркало из https://github.com/github/ruby.git
* lib/fileutils.rb: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
504dece4ea
Коммит
6eb316780f
|
@ -1,3 +1,8 @@
|
|||
Sun Aug 19 00:47:26 2012 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
|
||||
|
||||
* lib/fileutils.rb: fix typo.
|
||||
https://github.com/ruby/ruby/pull/155 by simonc (Simon COURTOIS).
|
||||
|
||||
Sat Aug 18 09:57:46 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* enc/depend: fix inplace-build condition. enc.mk is generated with
|
||||
|
|
|
@ -435,7 +435,7 @@ public
|
|||
# Options: noop verbose
|
||||
#
|
||||
# Same as
|
||||
# #ln_s(src, dest, :force)
|
||||
# #ln_s(src, dest, :force => true)
|
||||
#
|
||||
def ln_sf(src, dest, options = {})
|
||||
fu_check_options options, OPT_TABLE['ln_sf']
|
||||
|
|
Загрузка…
Ссылка в новой задаче