Skip to content

Commit

Permalink
Merge pull request sakura-editor#374 from berryzplus/feature/set_gith…
Browse files Browse the repository at this point in the history
…ash_return_code

githash.batも exit /b 0 にする
  • Loading branch information
berryzplus authored Aug 26, 2018
2 parents 644bdd5 + 3fa7b67 commit 319e899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sakura/githash.bat
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ if "%ERRORLEVEL%" == "0" (
)

ENDLOCAL
exit /b
exit /b 0

:output_githash
echo #pragma once
Expand Down Expand Up @@ -225,4 +225,4 @@ if "%APPVEYOR_BUILD_URL%" == "" (
echo #define APPVEYOR_BUILD_URL "%APPVEYOR_BUILD_URL%"
)

exit /b
exit /b 0

0 comments on commit 319e899

Please sign in to comment.