From: Gurusamy Sarathy Date: Mon, 2 Jul 2001 06:26:22 +0000 (+0000) Subject: win32 fixes: more spurious CRs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8337181f54c3501595fb014edfb15b1033b90568;p=p5sagit%2Fp5-mst-13.2.git win32 fixes: more spurious CRs p4raw-id: //depot/perl@11065 --- diff --git a/win32/mdelete.bat b/win32/mdelete.bat index 0e7e8bd..69a19b7 100644 --- a/win32/mdelete.bat +++ b/win32/mdelete.bat @@ -13,18 +13,17 @@ 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 +rem ! braindeadness +rem ! +rem ! -- BKS, 11-11-2000 + +:nextfile +set file=%1 +shift +if "%file%"=="" goto end +del %file% +goto nextfile +:end