summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
author(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-25 10:56:41 +0000
committer(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-25 10:56:41 +0000
commitcbe9a54fd906cee9116952af54d71002911020f1 (patch)
tree25ae8ca16d47a6ae2f0b3f07713ce53440b32d25 /win32
parentae434c6035a54dc0a1ddf65d3567f2c6c375092f (diff)
This commit was manufactured by cvs2svn to create tag 'v1_8_2'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v1_8_2@7656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rwxr-xr-xwin32/rm.bat9
1 files changed, 0 insertions, 9 deletions
diff --git a/win32/rm.bat b/win32/rm.bat
deleted file mode 100755
index c7307617ee..0000000000
--- a/win32/rm.bat
+++ /dev/null
@@ -1,9 +0,0 @@
-@echo off
-::: $Id: rm.bat,v 1.1 2004/03/21 23:21:30 nobu Exp $
-if "%1" == "-f" shift
-:begin
-if "%1" == "" goto :end
-if exist "%1" del "%1"
-shift
-goto :begin
-:end