Skip to content

Commit

Permalink
set errorlevel to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyan4973 committed Feb 27, 2025
1 parent 1923d3c commit b319e3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/dll/example/build_package.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ COPY programs\zstd.exe bin\zstd.exe || (SET CpyError=%CpyError% programs\zstd.ex
IF "[%CpyError%]" == "[]" goto :EOF

:error
SET errorlevel=1
echo Failed with error #%errorlevel%: unable to copy following files:
echo %CpyError%
exit /b %errorlevel%
Expand Down

0 comments on commit b319e3a

Please sign in to comment.