Skip to content

Commit c73f2d2

Browse files
committed
rmdirs.bat: remove last "."
* win32/rmdirs.bat: remove last "." since rmdir fails to remove it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent aee73bd commit c73f2d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

win32/rmdirs.bat

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ if "%1" == "" goto :end
77
shift
88
set dir=%dir:/=\%
99
:rmdirs
10+
if /%dir:~-2%/ == /\./ set dir=%dir:~0,-2%
1011
if not exist "%dir%\." goto :begin
1112
if "%dir%" == "." goto :begin
1213
if "%dir%" == ".." goto :begin

0 commit comments

Comments
 (0)