mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/rm.bat: remove duplicated line.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4f15664f6e
commit
3a28aaaa3a
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ if "%1" == "-r" (set recursive=1 & goto :optloop)
|
|||
if "%recursive%" == "1" goto :recursive
|
||||
:begin
|
||||
if "%1" == "" goto :end
|
||||
if exist "%1" del "%1"
|
||||
set p=%1
|
||||
if exist "%p:/=\%" del "%p:/=\%"
|
||||
shift
|
||||
|
|
Loading…
Reference in a new issue