Skip to content

Commit

Permalink
Update EvalBat_Echo.bat
Browse files Browse the repository at this point in the history
Fix issue when EvalBat_Echo.bat called from a different working directory
  • Loading branch information
adisak committed Jan 6, 2023
1 parent f3382f6 commit 4f3a231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/EvalBat_Echo.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ REM Currently hosted at https://github.com/adisak/EvalBat
REM -----------------------------------

echo Input: %*
call EvalBat.bat %*
call "%~dp0\EvalBat.bat" %*
echo Result: %EVALBAT_RESULT%

0 comments on commit 4f3a231

Please sign in to comment.