Skip to content

Commit

Permalink
Update metacall.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Jan 30, 2025
1 parent 945d629 commit 555c00e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion metacall.bat
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ set package_manager=^^^!%1_path^^^!
if not [%package_manager%]==[] (
echo call %package_manager% %SUBPROGRAM_PARAMETERS%
call %package_manager% %SUBPROGRAM_PARAMETERS%
exit /b %errorlevel%
set code=%errorlevel%
endlocal && set code=%code%
exit /b %code%
)
endlocal

Expand Down

0 comments on commit 555c00e

Please sign in to comment.