Fix git draft

This commit is contained in:
DH 2023-11-11 00:02:56 +03:00
parent d29fcf1f6f
commit 4096df70f4

View File

@ -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(