summaryrefslogtreecommitdiffstats
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
commit1c8d19b68718704aa8ad253ea6504d60bcc61e8f (patch)
tree938622ea8a8c19e29c5ee229470da84f20e27885
parent38988f9382969ce92dda068b27d7456e22af699e (diff)
downloadruby-1c8d19b68718704aa8ad253ea6504d60bcc61e8f.tar.gz
ruby-1c8d19b68718704aa8ad253ea6504d60bcc61e8f.tar.xz
ruby-1c8d19b68718704aa8ad253ea6504d60bcc61e8f.zip
* win32/ifchange.bat: delete testing files.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rwxr-xr-xwin32/ifchange.bat2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76e97bee4..535293f2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Apr 20 23:01:35 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * win32/ifchange.bat: delete testing files.
+
Wed Apr 20 22:54:54 2005 Minero Aoki <aamine@loveruby.net>
* lib/net/http.rb: new method Net::HTTP.post_form.
diff --git a/win32/ifchange.bat b/win32/ifchange.bat
index 61a80c841..4fca646ea 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