diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-12-27 01:49:36 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-12-27 01:49:36 +0000 |
commit | aefc03ba1e8e5e614d09cf889c3efa5c8d71bf2d (patch) | |
tree | fb572b55f7599eb977c0f4b3840761dbccd56a90 /win32 | |
parent | ca96e8da24c6fc9b9e29d4e52c0cb88ec69cb8c5 (diff) | |
download | bundler-aefc03ba1e8e5e614d09cf889c3efa5c8d71bf2d.tar.gz |
* win32/rmall.bat: property.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r-- | win32/rmall.bat | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/win32/rmall.bat b/win32/rmall.bat index 6c428b76fa..f49a168930 100644 --- a/win32/rmall.bat +++ b/win32/rmall.bat @@ -1,6 +1,6 @@ -@echo off - -if "%1" == "" goto :end -if exist "%1" rmdir /s /q "%1" - -:end +@echo off
+
+if "%1" == "" goto :end
+if exist "%1" rmdir /s /q "%1"
+
+:end
|