Skip to content

Commit

Permalink
Merge pull request #191 from jmalak/fix-1
Browse files Browse the repository at this point in the history
build: modify echoto.bat to check arguments overflow
  • Loading branch information
andrewbird authored Dec 23, 2024
2 parents 7cd0e19 + ced1587 commit abeda02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/echoto.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@echo off
if "%2%3%4%5%6%7%8%9" == "" goto nothing
echo %2 %3 %4 %5 %6 %7 %8 %9 >>%1
shift
if not "%9" == "" echo echoto.bat arguments overflow
:nothing

0 comments on commit abeda02

Please sign in to comment.