fix dos environment size issue with TC make

This commit is contained in:
Jiří Malák 2024-07-13 12:51:45 +02:00 committed by Kenneth J Davis
parent f9beab6d61
commit d6c50ebbe6

View File

@ -1,12 +1,2 @@
@echo off @echo off
set FILE=%1 echo %2 %3 %4 %5 %6 %7 %8 %9 >>%1
set STR=%2
:loop
shift
if "%2" == "" goto end
set STR=%STR% %2
goto loop
:end
echo %STR%>> %FILE%