win32 fixes: more spurious CRs
Gurusamy Sarathy [Mon, 2 Jul 2001 06:26:22 +0000 (06:26 +0000)]
p4raw-id: //depot/perl@11065

win32/mdelete.bat

index 0e7e8bd..69a19b7 100644 (file)
@@ -13,18 +13,17 @@ del %file%
 goto nextfile
 :end
 
-@echo off\r
-rem ! This is a batch file to delete all the files on its\r
-rem ! command line, to work around command.com's del command's\r
-rem ! braindeadness\r
-rem !\r
-rem !    -- BKS, 11-11-2000\r
-\r
-:nextfile\r
-set file=%1\r
-shift\r
-if "%file%"=="" goto end\r
-del %file%\r
-goto nextfile\r
-:end\r
-\r
+@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