summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-20 14:02:15 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-20 14:02:15 +0000
commita768498ffafdc343e595d6b80e674c4ac8eb45ce (patch)
treeb3fb2c7076c9d9cfae1f970cbc734c77dc3da626 /win32
parentc0d306473ea2962761b4c61d7c8986707851ddc9 (diff)
* win32/ifchange.bat: delete testing files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rwxr-xr-xwin32/ifchange.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/ifchange.bat b/win32/ifchange.bat
index 61a80c841b..4fca646ea2 100755
--- a/win32/ifchange.bat
+++ b/win32/ifchange.bat
@@ -6,6 +6,8 @@ echo foo > conftest1.tmp
echo bar > conftest2.tmp
fc.exe conftest1.tmp conftest2.tmp > nul
if not errorlevel 1 goto :brokenfc
+del conftest1.tmp > nul
+del conftest2.tmp > nul
:: target does not exist or new file differs from it.
if not exist %1 goto :update