mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
a42fb7a811
commit
38fc76574a
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue