зеркало из https://github.com/github/ruby.git
* ext/extmk.rb: rm -rf $extout, not extout.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
a42fb7a811
Коммит
38fc76574a
|
@ -1,3 +1,7 @@
|
|||
Sat Mar 20 21:21:03 2004 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* ext/extmk.rb: rm -rf $extout, not extout.
|
||||
|
||||
Sat Mar 20 15:25:36 2004 Dave Thomas <dave@pragprog.com>
|
||||
|
||||
* lib/rdoc/generators/template/html/html.rb (RDoc::Page): Force
|
||||
|
|
|
@ -320,7 +320,7 @@ if $ignore
|
|||
Dir.chdir ".."
|
||||
if $clean
|
||||
Dir.rmdir('ext') rescue nil
|
||||
FileUtils.rm_rf(extout) if $extout
|
||||
FileUtils.rm_rf($extout) if $extout
|
||||
end
|
||||
exit
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче