mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
504dece4ea
commit
6eb316780f
2 changed files with 6 additions and 1 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Reference in a new issue