[ruby-cvs:78333] 7bd7a013b1 (master): Fix `$(RMALL) -r` on Windows
"NAKAMURA Usaku" <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
NAKAMURA Usaku 2019-11-26 11:44:11 +0900 (Tue, 26 Nov 2019)
New Revision: 7bd7a013b1
https://github.com/ruby/ruby/commit/7bd7a013b1
Log:
Fix `$(RMALL) -r` on Windows
`set recursive=1 &` sets `1 ` to `recursive`, not `1`.
Modified files:
win32/Makefile.sub
win32/rm.bat