mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Fix git draft
This commit is contained in:
parent
d29fcf1f6f
commit
4096df70f4
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ execute_process(COMMAND git log --pretty=format:'%h' -n 1
|
|||
OUTPUT_VARIABLE GIT_REV)
|
||||
|
||||
execute_process(
|
||||
COMMAND bash git diff --quiet --exit-code
|
||||
COMMAND git diff --quiet --exit-code
|
||||
RESULT_VARIABLE GIT_DIRTY ERROR_QUIET)
|
||||
|
||||
execute_process(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue