summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
author(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-16 06:24:01 +0000
committer(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-16 06:24:01 +0000
commiteb1e6b032f1928ef867530ef921dda631149af1e (patch)
treee84ce08654786ff6a7c0668e0b2439002cfd4889 /win32
parent56e149c769176ce0b44033a1a6bdd62561547f5b (diff)
This commit was manufactured by cvs2svn to create tag
'v1_8_2_preview1'. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v1_8_2_preview1@6653 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