On Tue Mar 11 10:23:06 2025 +0000, eric pouech wrote:
for consistency with other bultins:
- I'd rather use a local variable RETURN_CODE return_code
- return that variable from the builtin command
- and set errorlevel only at the end of the function, depending on
return_code value Note: this is the first time we have a -1 errorlevel, so we have have some other surprises
Sure, works for me. As long as finding those surprises isn't my responsibility.