fix dos environment size issue with TC make
This commit is contained in:
parent
f9beab6d61
commit
d6c50ebbe6
@ -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%
|
|
||||||
|
Loading…
Reference in New Issue
Block a user