From f14329ef38d471180e35d2340bc8dfd93482f424 Mon Sep 17 00:00:00 2001 From: Eric Auer Date: Sat, 20 May 2006 20:40:20 +0000 Subject: [PATCH] changed linebreaks to CR LF as command.com gets confused otherwise. Batch files: build clean clobber default utils/ echoto proto wlinker rmfiles git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@1180 6ac86273-5f31-0410-b378-82cca8765d1b --- utils/echoto.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/echoto.bat b/utils/echoto.bat index 31758d9..8929f9a 100755 --- a/utils/echoto.bat +++ b/utils/echoto.bat @@ -1 +1 @@ -@echo %2 %3 %4 %5 %6 %7 %8 %9 >> %1 \ No newline at end of file +@echo %2 %3 %4 %5 %6 %7 %8 %9 >> %1