Skip to content

Commit

Permalink
fix bat path
Browse files Browse the repository at this point in the history
Co-authored-by: Ryo Suzumoto <ryo.suzumoto@gmail.com>
  • Loading branch information
sksat and meltingrabbit authored May 1, 2023
1 parent 04e4e30 commit 073721c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/minimum_user/src/src_user/Script/Git/revision.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ for /f "usebackq" %%a in (`"git log --pretty=format:%%h -1"`) do set git_rev_use
REM cd ..\..\src_core

REM generate header
if exist ..\Settings\git_revision_config.h del ..\Settings\git_revision_config.h
if exist ..\..\Settings\git_revision_config.h del ..\..\Settings\git_revision_config.h

REM MEMO: このヒアドキュメントもどきの書き方はwineのcmd.exe(Windows 6.1.7601)だと動かない?
(
Expand Down

0 comments on commit 073721c

Please sign in to comment.