Skip to content

Commit d6c50eb

Browse files
jmalakPerditionC
authored andcommitted
fix dos environment size issue with TC make
1 parent f9beab6 commit d6c50eb

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

utils/echoto.bat

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,2 @@
11
@echo off
2-
set FILE=%1
3-
set STR=%2
4-
5-
:loop
6-
shift
7-
if "%2" == "" goto end
8-
set STR=%STR% %2
9-
goto loop
10-
:end
11-
12-
echo %STR%>> %FILE%
2+
echo %2 %3 %4 %5 %6 %7 %8 %9 >>%1

0 commit comments

Comments
 (0)