Skip to content

Commit

Permalink
Bug in exit
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Jan 30, 2025
1 parent c5b7bd4 commit 120b260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metacall.bat
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ setlocal ENABLEDELAYEDEXPANSION
set package_manager=^^^!%1_path^^^!
if not [%package_manager%]==[] (
call "%package_manager%" %SUBPROGRAM_PARAMETERS%
exit \b %errorlevel%
exit /b %errorlevel%
)
endlocal

Expand Down

0 comments on commit 120b260

Please sign in to comment.