mirror of
https://github.com/RPCSX/rpcsx.git
synced 2024-11-23 11:29:48 +00:00
Fix git draft
This commit is contained in:
parent
d29fcf1f6f
commit
4096df70f4
@ -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…
Reference in New Issue
Block a user