Skip to content

Commit

Permalink
Fix git draft
Browse files Browse the repository at this point in the history
  • Loading branch information
DHrpcs3 committed Nov 10, 2023
1 parent d29fcf1 commit 4096df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 4096df7

Please sign in to comment.