summaryrefslogtreecommitdiff
path: root/win32/bin
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-11-14 04:13:50 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-14 04:13:50 +0000
commit00b027972d07e1d53ec42ba7bbc007b558fb67f0 (patch)
tree069345c0006e2ad68b25c7b5cfcef49ce612ebfd /win32/bin
parente601c439adce167078ac7b49550c0418ace86f94 (diff)
downloadperl-00b027972d07e1d53ec42ba7bbc007b558fb67f0.tar.gz
Redo #7679 with LFs instead of CRLFs.
p4raw-id: //depot/perl@7680
Diffstat (limited to 'win32/bin')
-rw-r--r--win32/bin/mdelete.bat30
1 files changed, 15 insertions, 15 deletions
diff --git a/win32/bin/mdelete.bat b/win32/bin/mdelete.bat
index 99b1c3dbf0..0e7e8bda0a 100644
--- a/win32/bin/mdelete.bat
+++ b/win32/bin/mdelete.bat
@@ -1,18 +1,18 @@
-@echo off
-rem ! This is a batch file to delete all the files on its
-rem ! command line, to work around command.com's del command's
-rem ! braindeadness
-rem !
-rem ! -- BKS, 11-11-2000
-
-:nextfile
-set file=%1
-shift
-if "%file%"=="" goto end
-del %file%
-goto nextfile
-:end
-
+@echo off
+rem ! This is a batch file to delete all the files on its
+rem ! command line, to work around command.com's del command's
+rem ! braindeadness
+rem !
+rem ! -- BKS, 11-11-2000
+
+:nextfile
+set file=%1
+shift
+if "%file%"=="" goto end
+del %file%
+goto nextfile
+:end
+
@echo off
rem ! This is a batch file to delete all the files on its
rem ! command line, to work around command.com's del command's